/** * Hover/focus floating label, auto-positioned * * Vue wrapper for the `Tooltip` controller (`@42/core/tooltip`). Props mirror * the controller options; events are re-emitted with the CustomEvent detail. * Place the controller markup in the default slot. */ declare const _default: import('vue').DefineComponent, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("tooltip:open" | "tooltip:close")[], "tooltip:open" | "tooltip:close", import('vue').PublicProps, Readonly> & Readonly<{ "onTooltip:open"?: ((...args: any[]) => any) | undefined; "onTooltip:close"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;