declare function clearClick(): void; declare var __VLS_7: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_7) => any; }; declare const __VLS_base: import('../../../node_modules/vue').DefineComponent, { clearClick: typeof clearClick; }, {}, {}, {}, import('../../../node_modules/vue').ComponentOptionsMixin, import('../../../node_modules/vue').ComponentOptionsMixin, { updateVisibility: (...args: any[]) => void; }, string, import('../../../node_modules/vue').PublicProps, Readonly> & Readonly<{ onUpdateVisibility?: (...args: any[]) => any; }>, { title: string; content: string; zIndex: number; disable: boolean; onlyClick: boolean; onlyMouse: boolean; isFixed: boolean; relativeClass: string; leftPos: boolean; topPos: boolean; popoverClass: string; isTopLayer: boolean; constrainHeight: boolean; }, {}, {}, {}, string, import('../../../node_modules/vue').ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };