declare function __VLS_template(): { attrs: Partial<{}>; slots: { header?(_: {}): any; default?(_: {}): any; footer?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (...args: any[]) => void; "update:model-value": (...args: any[]) => void; confirm: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:model-value"?: ((...args: any[]) => any) | undefined; onConfirm?: ((...args: any[]) => any) | undefined; }>, { title: string; width: string; eager: boolean; modelValue: boolean; persistent: boolean; attach: boolean; fullscreen: boolean; cancelBtnLabel: string; hiddenCancelBtn: boolean; mainContentMaxHeight: string; mainContentMinHeight: string; noClickOutside: boolean; noFooter: boolean; validationBtnLabel: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };