declare function __VLS_template(): { icon?(_: {}): any; title?(_: {}): any; default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent<{ readonly showAfter: import("element-plus/es/utils").EpPropFinalized; readonly hideAfter: import("element-plus/es/utils").EpPropFinalized; readonly autoClose: import("element-plus/es/utils").EpPropFinalized; readonly title: import("element-plus/es/utils").EpPropFinalized; readonly description: import("element-plus/es/utils").EpPropFinalized; readonly type: import("element-plus/es/utils").EpPropFinalized; readonly closable: import("element-plus/es/utils").EpPropFinalized; readonly closeText: import("element-plus/es/utils").EpPropFinalized; readonly showIcon: BooleanConstructor; readonly center: BooleanConstructor; readonly effect: import("element-plus/es/utils").EpPropFinalized; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { open: () => void; close: (evt?: Event | undefined) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly hideAfter: import("element-plus/es/utils").EpPropFinalized; readonly autoClose: import("element-plus/es/utils").EpPropFinalized; readonly title: import("element-plus/es/utils").EpPropFinalized; readonly description: import("element-plus/es/utils").EpPropFinalized; readonly type: import("element-plus/es/utils").EpPropFinalized; readonly closable: import("element-plus/es/utils").EpPropFinalized; readonly closeText: import("element-plus/es/utils").EpPropFinalized; readonly showIcon: BooleanConstructor; readonly center: BooleanConstructor; readonly effect: import("element-plus/es/utils").EpPropFinalized; }>> & { onOpen?: (() => any) | undefined; onClose?: ((evt?: Event | undefined) => any) | undefined; }, { readonly title: string; readonly center: boolean; readonly type: import("element-plus/es/utils").EpPropMergeType; readonly description: string; readonly effect: import("element-plus/es/utils").EpPropMergeType; readonly showAfter: number; readonly hideAfter: number; readonly autoClose: number; readonly closable: import("element-plus/es/utils").EpPropMergeType; readonly closeText: string; readonly showIcon: boolean; }>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };