import Tooltip from './src/tooltip.vue'; export declare const YhTooltip: import("@yh-ui/utils").SFCWithInstall<{ new (...args: any[]): any; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase Promise; visible: import("vue").Ref; triggerRef: import("vue").Ref; popperRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, { 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").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { default?: (props: {}) => any; } & { content?: (props: {}) => any; }; })> & Record; export default YhTooltip; export * from './src/tooltip'; export type TooltipInstance = InstanceType; export type YhTooltipInstance = TooltipInstance; export type YhTooltipProps = import('./src/tooltip').TooltipProps; export type YhTooltipEmits = import('./src/tooltip').TooltipEmits; export type YhTooltipSlots = import('./src/tooltip').TooltipSlots; export type YhTooltipExpose = import('./src/tooltip').TooltipExpose; export type YhTooltipPlacement = import('./src/tooltip').TooltipPlacement; export type YhTooltipTrigger = import('./src/tooltip').TooltipTrigger;