import { TooltipDirection } from '../../models'; type __VLS_Props = { tooltipText?: string; direction?: TooltipDirection; focus?: boolean; activated?: boolean; }; declare function toggleTooltip(state: boolean): void; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { focus: boolean; tooltipText: string; direction: TooltipDirection; activated: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { tooltipAnchor: HTMLDivElement; }, any>, { tooltipText?(_: {}): any; default?(_: {}): any; default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };