export interface PropsType { title: string; width: string | number; showFullscreen: boolean; dialogProps: any; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { trigger?(_: { onOpen: () => void; }): any; header?(_: { onClose: () => void; }): any; default?(_: { onClose: () => void; }): any; footer?(_: { onClose: () => void; }): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent void; onClose: () => void; getVisible: () => boolean; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { close: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };