declare const _default: __VLS_WithTemplateSlots; rootClass: StringConstructor; visible: BooleanConstructor; duration: { type: NumberConstructor; default: number; }; title: StringConstructor; type: { type: import("vue").PropType>; default: string; }; showCancel: BooleanConstructor; cancelText: StringConstructor; showConfirm: { type: BooleanConstructor; default: boolean; }; confirmText: StringConstructor; confirmDisabled: BooleanConstructor; showClose: { type: BooleanConstructor; default: boolean; }; showFooter: { type: BooleanConstructor; default: boolean; }; overlayClosable: { type: BooleanConstructor; default: boolean; }; beforeClose: import("vue").PropType<((type: "close" | "cancel" | "confirm") => boolean | Promise | undefined) | undefined>; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "visible-hook": (...args: any[]) => void; close: (...args: any[]) => void; cancel: (...args: any[]) => void; "update:visible": (...args: any[]) => void; confirm: (...args: any[]) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; rootClass: StringConstructor; visible: BooleanConstructor; duration: { type: NumberConstructor; default: number; }; title: StringConstructor; type: { type: import("vue").PropType>; default: string; }; showCancel: BooleanConstructor; cancelText: StringConstructor; showConfirm: { type: BooleanConstructor; default: boolean; }; confirmText: StringConstructor; confirmDisabled: BooleanConstructor; showClose: { type: BooleanConstructor; default: boolean; }; showFooter: { type: BooleanConstructor; default: boolean; }; overlayClosable: { type: BooleanConstructor; default: boolean; }; beforeClose: import("vue").PropType<((type: "close" | "cancel" | "confirm") => boolean | Promise | undefined) | undefined>; }>> & { "onVisible-hook"?: ((...args: any[]) => any) | undefined; onClose?: ((...args: any[]) => any) | undefined; onCancel?: ((...args: any[]) => any) | undefined; "onUpdate:visible"?: ((...args: any[]) => any) | undefined; onConfirm?: ((...args: any[]) => any) | undefined; }, { visible: boolean; overlayClosable: boolean; type: NonNullable<"loose" | "compact" | undefined>; showConfirm: boolean; showCancel: boolean; duration: number; showClose: boolean; showFooter: boolean; confirmDisabled: boolean; }, {}>, { cancel?(_: {}): any; title?(_: {}): any; confirm?(_: {}): any; default?(_: {}): any; visible?(_: { whole: boolean; already: boolean; }): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };