declare var __VLS_10: {}, __VLS_13: {}, __VLS_36: {}, __VLS_39: {}; type __VLS_Slots = {} & { prepend?: (props: typeof __VLS_10) => any; } & { prefix?: (props: typeof __VLS_13) => any; } & { suffix?: (props: typeof __VLS_36) => any; } & { append?: (props: typeof __VLS_39) => any; }; declare const __VLS_base: import("vue").DefineComponent, { focus: () => void; blur: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "visibility-change": (_visible: boolean) => any; "update:visibility": (_visible: boolean) => any; }, string, import("vue").PublicProps, Readonly> & Readonly<{ "onVisibility-change"?: ((_visible: boolean) => any) | undefined; "onUpdate:visibility"?: ((_visible: boolean) => any) | undefined; }>, { fitWidth: boolean; maxWFull: boolean; visibility: boolean; defaultVisibility: boolean; invisibleButton: boolean; }, {}, {}, {}, string, import("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; }; };