import type { TooltipTrigger } from './tooltip'; declare var __VLS_1: {}, __VLS_11: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; } & { content?: (props: typeof __VLS_11) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: "top"; }; readonly trigger: { readonly type: import("vue").PropType; readonly default: "hover"; }; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; readonly showAfter: { readonly type: NumberConstructor; readonly default: 0; }; readonly hideAfter: { readonly type: NumberConstructor; readonly default: 200; }; readonly offset: { readonly type: import("vue").PropType<[number, number]>; readonly default: () => number[]; }; readonly showArrow: { readonly type: BooleanConstructor; readonly default: true; }; readonly interactive: { readonly type: BooleanConstructor; readonly default: true; }; readonly visible: { readonly type: BooleanConstructor; readonly default: null; }; readonly effect: { readonly type: StringConstructor; readonly default: "dark"; }; readonly followCursor: { readonly type: BooleanConstructor; readonly default: false; }; readonly popperClass: { readonly type: StringConstructor; readonly default: ""; }; readonly teleported: { readonly type: BooleanConstructor; readonly default: true; }; readonly zIndex: { readonly type: NumberConstructor; readonly default: 2000; }; readonly transition: { readonly type: StringConstructor; readonly default: "yh-tooltip-fade"; }; readonly persistent: { readonly type: BooleanConstructor; readonly default: true; }; readonly rawContent: { readonly type: BooleanConstructor; readonly default: false; }; readonly width: { readonly type: import("vue").PropType; readonly default: "auto"; }; readonly maxHeight: { readonly type: import("vue").PropType; readonly default: "none"; }; readonly scrollable: { readonly type: BooleanConstructor; readonly default: false; }; readonly contentClass: { readonly type: StringConstructor; readonly default: ""; }; readonly contentStyle: { readonly type: import("vue").PropType; readonly default: () => {}; }; readonly arrowClass: { readonly type: StringConstructor; readonly default: ""; }; readonly arrowStyle: { readonly type: import("vue").PropType; readonly default: () => {}; }; readonly popperStyle: { readonly type: import("vue").PropType; readonly default: () => {}; }; readonly arrowWrapperClass: { readonly type: StringConstructor; readonly default: ""; }; readonly arrowWrapperStyle: { readonly type: import("vue").PropType; readonly default: () => {}; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, { updatePosition: () => Promise; visible: import("vue").Ref; triggerRef: import("vue").Ref; popperRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { readonly disabled: boolean; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly content: string; readonly placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end"; readonly trigger: "hover" | "click" | "focus" | "contextmenu" | "manual" | ("hover" | "click" | "focus" | "contextmenu" | "manual")[]; readonly showAfter: number; readonly hideAfter: number; readonly offset: [number, number]; readonly showArrow: boolean; readonly interactive: boolean; readonly visible: boolean; readonly effect: string; readonly followCursor: boolean; readonly popperClass: string; readonly teleported: boolean; readonly zIndex: number; readonly transition: string; readonly persistent: boolean; readonly rawContent: boolean; readonly width: string | number; readonly maxHeight: string | number; readonly scrollable: boolean; readonly contentClass: string; readonly contentStyle: import("vue").StyleValue; readonly arrowClass: string; readonly arrowStyle: import("vue").StyleValue; readonly popperStyle: import("vue").StyleValue; readonly arrowWrapperClass: string; readonly arrowWrapperStyle: import("vue").StyleValue; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };