declare const _default: __VLS_WithTemplateSlots; readonly cancelButtonType: import("element-plus/es/utils").EpPropFinalized; readonly icon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>; readonly iconColor: import("element-plus/es/utils").EpPropFinalized; readonly hideIcon: import("element-plus/es/utils").EpPropFinalized; readonly hideAfter: import("element-plus/es/utils").EpPropFinalized; readonly teleported: import("element-plus/es/utils").EpPropFinalized; readonly persistent: BooleanConstructor; readonly width: import("element-plus/es/utils").EpPropFinalized; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { confirm: (e: MouseEvent) => void; cancel: (e: MouseEvent) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly cancelButtonType: import("element-plus/es/utils").EpPropFinalized; readonly icon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>; readonly iconColor: import("element-plus/es/utils").EpPropFinalized; readonly hideIcon: import("element-plus/es/utils").EpPropFinalized; readonly hideAfter: import("element-plus/es/utils").EpPropFinalized; readonly teleported: import("element-plus/es/utils").EpPropFinalized; readonly persistent: BooleanConstructor; readonly width: import("element-plus/es/utils").EpPropFinalized; }>> & { onConfirm?: ((e: MouseEvent) => any) | undefined; onCancel?: ((e: MouseEvent) => any) | undefined; }, { readonly width: import("element-plus/es/utils").EpPropMergeType; readonly icon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>; readonly hideAfter: number; readonly teleported: import("element-plus/es/utils").EpPropMergeType; readonly persistent: boolean; readonly confirmButtonType: import("element-plus/es/utils").EpPropMergeType; readonly cancelButtonType: import("element-plus/es/utils").EpPropMergeType; readonly iconColor: string; readonly hideIcon: import("element-plus/es/utils").EpPropMergeType; }>, { actions?(_: { confirm: (e: MouseEvent) => void; cancel: (e: MouseEvent) => void; }): any; reference?(_: {}): any; }>; export default _default; declare type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };