declare var __VLS_12: {}, __VLS_14: {}, __VLS_20: {}, __VLS_22: {}, __VLS_24: {}, __VLS_26: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_12) => any; } & { icon?: (props: typeof __VLS_14) => any; } & { header?: (props: typeof __VLS_20) => any; } & { content?: (props: typeof __VLS_22) => any; } & { default?: (props: typeof __VLS_24) => any; } & { footer?: (props: typeof __VLS_26) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: "bottom"; }; readonly trigger: { readonly type: import("vue").PropType; readonly default: "click"; }; readonly visible: { readonly type: import("vue").PropType; readonly default: null; }; readonly effect: { readonly type: import("vue").PropType<"light" | "dark" | string>; readonly default: "light"; }; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; readonly showArrow: { readonly type: BooleanConstructor; readonly default: true; }; readonly showAfter: { readonly type: NumberConstructor; readonly default: 0; }; readonly hideAfter: { readonly type: NumberConstructor; readonly default: 100; }; readonly offset: { readonly type: import("vue").PropType<[number, number]>; readonly default: () => number[]; }; 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 interactive: { readonly type: BooleanConstructor; readonly default: true; }; readonly matchTriggerWidth: { readonly type: BooleanConstructor; readonly default: false; }; readonly zIndex: { readonly type: NumberConstructor; readonly default: 2003; }; readonly teleported: { readonly type: BooleanConstructor; readonly default: true; }; readonly popperClass: { readonly type: StringConstructor; readonly default: ""; }; readonly popperStyle: { readonly type: import("vue").PropType; readonly default: () => {}; }; readonly transition: { readonly type: StringConstructor; readonly default: "yh-popover-fade"; }; readonly persistent: { readonly type: BooleanConstructor; readonly default: true; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, { /** 手动控制可见性 */ toggle: (val: boolean) => boolean; /** 弹出状态 */ visible: import("vue").WritableComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { readonly disabled: boolean; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly placement: import("@floating-ui/utils").Placement; readonly trigger: "hover" | "click" | "focus" | "contextmenu" | ("hover" | "click" | "focus" | "contextmenu")[]; readonly showAfter: number; readonly hideAfter: number; readonly offset: [number, number]; readonly showArrow: boolean; readonly interactive: boolean; readonly visible: boolean | null; readonly effect: string; readonly popperClass: string; readonly teleported: boolean; readonly zIndex: number; readonly transition: string; readonly persistent: boolean; readonly width: string | number; readonly maxHeight: string | number; readonly scrollable: boolean; readonly popperStyle: import("vue").StyleValue; readonly matchTriggerWidth: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };