import { CdrTooltipProps } from './types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** Slot for the element that triggers the tooltip. Element should be a button and must be the first and only child of this slot. Event handlers are bound to this element automatically. */ trigger(props: Record): any; /** CdrTooltip content */ default(props: Record): any; }> & { /** Slot for the element that triggers the tooltip. Element should be a button and must be the first and only child of this slot. Event handlers are bound to this element automatically. */ trigger(props: Record): any; /** CdrTooltip content */ default(props: Record): any; }; refs: { triggerEl: HTMLDivElement; popupEl: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly opened?: boolean | undefined; readonly position?: import('../../lib').PositionValue | undefined; readonly autoPosition?: boolean | undefined; readonly contentClass?: string | undefined; readonly onClosed?: ((...args: any[]) => any) | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; } & { rootEl: HTMLDivElement; popupEl: HTMLDivElement; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: (event: "closed", ...args: any[]) => void; $el: any; $options: import('vue').ComponentOptionsBase & Readonly<{ onClosed?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { closed: (...args: any[]) => void; }, string, { opened: boolean; position: import('../../lib').PositionValue; autoPosition: boolean; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import('vue').nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle; } & Readonly<{ opened: boolean; position: import('../../lib').PositionValue; autoPosition: boolean; }> & Omit & Readonly<{ onClosed?: ((...args: any[]) => any) | undefined; }>, "opened" | "position" | "autoPosition"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & { $slots: Readonly<{ default(props: Record): any; }> & { default(props: Record): any; }; }) | null; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent void; closed: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly & Readonly<{ onOpened?: ((...args: any[]) => any) | undefined; onClosed?: ((...args: any[]) => any) | undefined; }>, { position: import('../../lib').PositionValue; autoPosition: boolean; open: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { triggerEl: HTMLDivElement; popupEl: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly opened?: boolean | undefined; readonly position?: import('../../lib').PositionValue | undefined; readonly autoPosition?: boolean | undefined; readonly contentClass?: string | undefined; readonly onClosed?: ((...args: any[]) => any) | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; } & { rootEl: HTMLDivElement; popupEl: HTMLDivElement; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: (event: "closed", ...args: any[]) => void; $el: any; $options: import('vue').ComponentOptionsBase & Readonly<{ onClosed?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { closed: (...args: any[]) => void; }, string, { opened: boolean; position: import('../../lib').PositionValue; autoPosition: boolean; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import('vue').nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle; } & Readonly<{ opened: boolean; position: import('../../lib').PositionValue; autoPosition: boolean; }> & Omit & Readonly<{ onClosed?: ((...args: any[]) => any) | undefined; }>, "opened" | "position" | "autoPosition"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & { $slots: Readonly<{ default(props: Record): any; }> & { default(props: Record): any; }; }) | null; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };