import { ZTooltip_Props } from '@zurich/dev-utils/code/Tooltip'; type Props = Omit & { readonly customStr?: ZTooltip_Props['custom-str']; readonly zTheme?: ZTooltip_Props['z-theme']; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, Readonly> & Record<"content" | "default", any>>; export { _default as VueTooltip, VueTooltip as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };