import { Utility } from '../../core/utility'; import './tooltips.scss'; // empty 'shell' to be able to load styles @Utility({ selector: '[not-something-that-would-be-found]', }) export class Tooltip { destroy() {} };