declare function hide(): void; declare function __VLS_template(): { title?(_: {}): any; title?(_: {}): any; tip?(_: {}): any; fn?(_: {}): any; default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent boolean; }; beforeClose: { type: FunctionConstructor; default: () => boolean; }; afterOpen: { type: FunctionConstructor; default: () => void; }; afterClose: { type: FunctionConstructor; default: () => void; }; flex: { type: BooleanConstructor; default: boolean; }; }>, { hide: typeof hide; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly boolean; }; beforeClose: { type: FunctionConstructor; default: () => boolean; }; afterOpen: { type: FunctionConstructor; default: () => void; }; afterClose: { type: FunctionConstructor; default: () => void; }; flex: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { mode: string; beforeOpen: Function; flex: boolean; width: string | number; lazy: boolean; closeOnBlur: boolean; zIndex: number; title: string; global: boolean; modelValue: boolean; closable: boolean; beforeClose: Function; draggable: boolean; contentColor: string; slide: boolean; afterOpen: Function; afterClose: Function; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };