declare function close(): void; declare const _default: __VLS_WithTemplateSlots; readonly dangerouslyUseHTMLString: BooleanConstructor; readonly duration: import("element-plus/es/utils").EpPropFinalized; readonly icon: { readonly type: import("vue").PropType (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly id: import("element-plus/es/utils").EpPropFinalized; readonly message: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").VNode) & {}) | (() => string | import("vue").VNode) | ((new (...args: any[]) => (string | import("vue").VNode) & {}) | (() => string | import("vue").VNode))[], unknown, unknown, "", boolean>; readonly offset: import("element-plus/es/utils").EpPropFinalized; readonly onClick: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => () => void) | (() => () => void) | { (): () => void; new (): any; readonly prototype: any; } | ((new (...args: any[]) => () => void) | (() => () => void) | { (): () => void; new (): any; readonly prototype: any; })[], unknown, unknown, () => undefined, boolean>; readonly onClose: { readonly type: import("vue").PropType<() => void>; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly position: import("element-plus/es/utils").EpPropFinalized; readonly showClose: import("element-plus/es/utils").EpPropFinalized; readonly title: import("element-plus/es/utils").EpPropFinalized; readonly type: import("element-plus/es/utils").EpPropFinalized; readonly zIndex: NumberConstructor; }, { visible: import("vue").Ref; /** @description close notification */ close: typeof close; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { destroy: () => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly dangerouslyUseHTMLString: BooleanConstructor; readonly duration: import("element-plus/es/utils").EpPropFinalized; readonly icon: { readonly type: import("vue").PropType (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly id: import("element-plus/es/utils").EpPropFinalized; readonly message: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").VNode) & {}) | (() => string | import("vue").VNode) | ((new (...args: any[]) => (string | import("vue").VNode) & {}) | (() => string | import("vue").VNode))[], unknown, unknown, "", boolean>; readonly offset: import("element-plus/es/utils").EpPropFinalized; readonly onClick: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => () => void) | (() => () => void) | { (): () => void; new (): any; readonly prototype: any; } | ((new (...args: any[]) => () => void) | (() => () => void) | { (): () => void; new (): any; readonly prototype: any; })[], unknown, unknown, () => undefined, boolean>; readonly onClose: { readonly type: import("vue").PropType<() => void>; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly position: import("element-plus/es/utils").EpPropFinalized; readonly showClose: import("element-plus/es/utils").EpPropFinalized; readonly title: import("element-plus/es/utils").EpPropFinalized; readonly type: import("element-plus/es/utils").EpPropFinalized; readonly zIndex: NumberConstructor; }>> & { onDestroy?: (() => any) | undefined; }, { readonly title: string; readonly position: import("element-plus/es/utils").EpPropMergeType; readonly offset: number; readonly id: string; readonly type: import("element-plus/es/utils").EpPropMergeType; readonly message: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").VNode) & {}) | (() => string | import("vue").VNode) | ((new (...args: any[]) => (string | import("vue").VNode) & {}) | (() => string | import("vue").VNode))[], unknown, unknown>; readonly onClick: () => void; readonly duration: number; readonly customClass: string; readonly dangerouslyUseHTMLString: boolean; readonly showClose: import("element-plus/es/utils").EpPropMergeType; }>, { default?(_: {}): any; }>; export default _default; declare type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };