import './tooltip.scss'; declare const _default: () => { restrict: string; template: any; transclude: { toggle: string; }; scope: { btText: string; btOptions: string; }; link: { pre(scope: any): void; }; }; export default _default;