declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly default: "info"; }; readonly size: { readonly type: import('vue').PropType; readonly default: "sm"; }; readonly icon: { readonly type: BooleanConstructor; readonly default: true; }; readonly closable: { readonly type: BooleanConstructor; readonly default: false; }; readonly closeOnOverlay: { readonly type: BooleanConstructor; readonly default: false; }; readonly closeOnEsc: { readonly type: BooleanConstructor; readonly default: true; }; readonly confirmText: { readonly type: StringConstructor; readonly default: "Confirm"; }; readonly cancelText: { readonly type: StringConstructor; readonly default: "Cancel"; }; readonly showCancel: { readonly type: BooleanConstructor; readonly default: true; }; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly persistent: { readonly type: BooleanConstructor; readonly default: true; }; readonly position: { readonly type: import('vue').PropType; readonly default: "center"; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: boolean) => void; close: () => void; opened: () => void; closed: () => void; cancel: () => void; confirm: () => void; }, string, import('vue').PublicProps, Readonly; readonly default: "info"; }; readonly size: { readonly type: import('vue').PropType; readonly default: "sm"; }; readonly icon: { readonly type: BooleanConstructor; readonly default: true; }; readonly closable: { readonly type: BooleanConstructor; readonly default: false; }; readonly closeOnOverlay: { readonly type: BooleanConstructor; readonly default: false; }; readonly closeOnEsc: { readonly type: BooleanConstructor; readonly default: true; }; readonly confirmText: { readonly type: StringConstructor; readonly default: "Confirm"; }; readonly cancelText: { readonly type: StringConstructor; readonly default: "Cancel"; }; readonly showCancel: { readonly type: BooleanConstructor; readonly default: true; }; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly persistent: { readonly type: BooleanConstructor; readonly default: true; }; readonly position: { readonly type: import('vue').PropType; readonly default: "center"; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; onClose?: (() => any) | undefined; onOpened?: (() => any) | undefined; onClosed?: (() => any) | undefined; onCancel?: (() => any) | undefined; onConfirm?: (() => any) | undefined; }>, { readonly icon: boolean; readonly size: import('./dialog').DialogSize; readonly loading: boolean; readonly type: import('./dialog').DialogType; readonly title: string; readonly modelValue: boolean; readonly description: string; readonly closable: boolean; readonly closeOnOverlay: boolean; readonly closeOnEsc: boolean; readonly persistent: boolean; readonly position: import('./dialog').DialogPosition; readonly confirmText: string; readonly cancelText: string; readonly showCancel: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };