import { TabOption } from './types'; type __VLS_Props = { option: TabOption; }; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: { rootRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly openDelay?: number | undefined; readonly closeDelay?: number | undefined; readonly position?: "top" | "left" | "bottom" | "right" | "top-left" | undefined; readonly hide?: boolean | undefined; readonly gap?: number | undefined; readonly offsetToTheEdge?: number | undefined; readonly element?: "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | undefined; readonly maxWidth?: string | undefined; readonly container?: ("body" | HTMLElement) | undefined; readonly hoverable?: boolean | undefined; readonly "onTooltip:close"?: ((...args: any[]) => any) | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; } & { rootRef: unknown; tooltip: HTMLDivElement; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: (event: "tooltip:close", ...args: any[]) => void; $el: any; $options: import('vue').ComponentOptionsBase & Readonly<{ "onTooltip:close"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "tooltip:close": (...args: any[]) => void; }, string, { gap: number; container: "body" | HTMLElement; openDelay: number; closeDelay: number; position: "top" | "left" | "bottom" | "right" | "top-left"; offsetToTheEdge: number; element: "div" | "span" | "a" | "p" | "h1" | "h2" | "h3"; maxWidth: string; hoverable: 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<{ gap: number; container: "body" | HTMLElement; openDelay: number; closeDelay: number; position: "top" | "left" | "bottom" | "right" | "top-left"; offsetToTheEdge: number; element: "div" | "span" | "a" | "p" | "h1" | "h2" | "h3"; maxWidth: string; hoverable: boolean; }> & Omit & Readonly<{ "onTooltip:close"?: ((...args: any[]) => any) | undefined; }>, "gap" | "container" | "openDelay" | "closeDelay" | "position" | "offsetToTheEdge" | "element" | "maxWidth" | "hoverable"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & { $slots: { default?(_: {}): any; tooltip?(_: {}): any; }; }) | null; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { rootRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly openDelay?: number | undefined; readonly closeDelay?: number | undefined; readonly position?: "top" | "left" | "bottom" | "right" | "top-left" | undefined; readonly hide?: boolean | undefined; readonly gap?: number | undefined; readonly offsetToTheEdge?: number | undefined; readonly element?: "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | undefined; readonly maxWidth?: string | undefined; readonly container?: ("body" | HTMLElement) | undefined; readonly hoverable?: boolean | undefined; readonly "onTooltip:close"?: ((...args: any[]) => any) | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; } & { rootRef: unknown; tooltip: HTMLDivElement; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: (event: "tooltip:close", ...args: any[]) => void; $el: any; $options: import('vue').ComponentOptionsBase & Readonly<{ "onTooltip:close"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "tooltip:close": (...args: any[]) => void; }, string, { gap: number; container: "body" | HTMLElement; openDelay: number; closeDelay: number; position: "top" | "left" | "bottom" | "right" | "top-left"; offsetToTheEdge: number; element: "div" | "span" | "a" | "p" | "h1" | "h2" | "h3"; maxWidth: string; hoverable: 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<{ gap: number; container: "body" | HTMLElement; openDelay: number; closeDelay: number; position: "top" | "left" | "bottom" | "right" | "top-left"; offsetToTheEdge: number; element: "div" | "span" | "a" | "p" | "h1" | "h2" | "h3"; maxWidth: string; hoverable: boolean; }> & Omit & Readonly<{ "onTooltip:close"?: ((...args: any[]) => any) | undefined; }>, "gap" | "container" | "openDelay" | "closeDelay" | "position" | "offsetToTheEdge" | "element" | "maxWidth" | "hoverable"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & { $slots: { default?(_: {}): any; tooltip?(_: {}): any; }; }) | null; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=Tab.vue.d.ts.map