type __VLS_Props = { visible?: boolean; title?: string; width?: number; height?: string; fullscreen?: boolean; bodyClass?: string[]; mountToBody?: boolean; centered?: boolean; layerClosable?: boolean; }; declare function handleClose(): void; declare var __VLS_22: {}, __VLS_24: {}, __VLS_26: {}, __VLS_33: {}, __VLS_35: {}; type __VLS_Slots = {} & { header?: (props: typeof __VLS_22) => any; } & { center?: (props: typeof __VLS_24) => any; } & { actions?: (props: typeof __VLS_26) => any; } & { default?: (props: typeof __VLS_33) => any; } & { footer?: (props: typeof __VLS_35) => any; }; declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, { close: typeof handleClose; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { close: () => any; "update:visible": (value: boolean) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onClose?: (() => any) | undefined; "onUpdate:visible"?: ((value: boolean) => any) | undefined; }>, { title: string; width: number; height: string; bodyClass: string[]; visible: boolean; fullscreen: boolean; mountToBody: boolean; centered: boolean; layerClosable: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };