declare const _default: __VLS_WithTemplateSlots; default: string; }; trigger: { type: import('vue').PropType; default: string; }; target: { type: import('vue').PropType; default: null; }; disabled: { type: BooleanConstructor; }; wrapper: { type: import('vue').PropType; default: string; }; offset: { type: NumberConstructor; default: number; }; edgeOffset: { type: NumberConstructor; default: number; }; hoverDelay: { type: NumberConstructor; default: number; }; hideWhenTargetInvisible: { type: BooleanConstructor; default: boolean; }; anchor: { type: BooleanConstructor; default: boolean; }; anchorClass: { type: import('vue').PropType>; }; unmountOnHide: { type: BooleanConstructor; default: boolean; }; wrapClass: { type: import('vue').PropType>; }; bodyClass: { type: import('vue').PropType>; }; adjustMinWidth: { type: BooleanConstructor; default: boolean; }; adjustWidth: { type: BooleanConstructor; default: boolean; }; transition: { type: StringConstructor; default: string; }; autoHide: { type: BooleanConstructor; default: boolean; }; beforeShow: { type: import('vue').PropType<() => Promise | boolean>; }; beforeHide: { type: import('vue').PropType<() => Promise | boolean>; }; adaptive: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:visible": (val: boolean) => any; }, string, import('vue').PublicProps, Readonly; default: string; }; trigger: { type: import('vue').PropType; default: string; }; target: { type: import('vue').PropType; default: null; }; disabled: { type: BooleanConstructor; }; wrapper: { type: import('vue').PropType; default: string; }; offset: { type: NumberConstructor; default: number; }; edgeOffset: { type: NumberConstructor; default: number; }; hoverDelay: { type: NumberConstructor; default: number; }; hideWhenTargetInvisible: { type: BooleanConstructor; default: boolean; }; anchor: { type: BooleanConstructor; default: boolean; }; anchorClass: { type: import('vue').PropType>; }; unmountOnHide: { type: BooleanConstructor; default: boolean; }; wrapClass: { type: import('vue').PropType>; }; bodyClass: { type: import('vue').PropType>; }; adjustMinWidth: { type: BooleanConstructor; default: boolean; }; adjustWidth: { type: BooleanConstructor; default: boolean; }; transition: { type: StringConstructor; default: string; }; autoHide: { type: BooleanConstructor; default: boolean; }; beforeShow: { type: import('vue').PropType<() => Promise | boolean>; }; beforeHide: { type: import('vue').PropType<() => Promise | boolean>; }; adaptive: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ "onUpdate:visible"?: ((val: boolean) => any) | undefined; }>, { offset: number; position: "left" | "right" | "top" | "bottom" | "br" | "rt" | "tr" | "rb" | "tl" | "bl" | "lt" | "lb"; target: string | HTMLElement | import('vue').ComponentPublicInstance | null; disabled: boolean; transition: string; visible: boolean; trigger: "none" | "click" | "contextmenu" | "focus" | "click-outclick" | "hover" | "hover-outclick" | ("none" | "click" | "contextmenu" | "focus" | "click-outclick" | "hover" | "hover-outclick")[]; wrapper: string | HTMLElement | null; edgeOffset: number; hoverDelay: number; hideWhenTargetInvisible: boolean; anchor: boolean; unmountOnHide: boolean; adjustMinWidth: boolean; adjustWidth: boolean; autoHide: boolean; adaptive: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, { target?(_: {}): any; target?(_: {}): any; default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };