declare function close(): void; declare var __VLS_26: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_26) => any; }; declare const __VLS_base: import("vue").DefineComponent<{ readonly customClass: import("element-plus/es/utils").EpPropFinalized; readonly dangerouslyUseHTMLString: import("element-plus/es/utils").EpPropFinalized; readonly duration: 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, undefined, boolean>; readonly id: import("element-plus/es/utils").EpPropFinalized; readonly message: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").VNode | (() => import("vue").VNode)) | (() => string | import("vue").VNode | (() => import("vue").VNode)) | ((new (...args: any[]) => string | import("vue").VNode | (() => import("vue").VNode)) | (() => string | import("vue").VNode | (() => import("vue").VNode)))[], unknown, unknown, "", boolean>; readonly onClose: 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 showClose: import("element-plus/es/utils").EpPropFinalized; readonly type: import("element-plus/es/utils").EpPropFinalized; readonly plain: import("element-plus/es/utils").EpPropFinalized; readonly offset: import("element-plus/es/utils").EpPropFinalized; readonly placement: import("element-plus/es/utils").EpPropFinalized; readonly zIndex: import("element-plus/es/utils").EpPropFinalized; readonly grouping: import("element-plus/es/utils").EpPropFinalized; readonly repeatNum: import("element-plus/es/utils").EpPropFinalized; }, { visible: import("vue").Ref; bottom: import("vue").ComputedRef; close: typeof close; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { destroy: () => void; }, string, import("vue").PublicProps, Readonly; readonly dangerouslyUseHTMLString: import("element-plus/es/utils").EpPropFinalized; readonly duration: 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, undefined, boolean>; readonly id: import("element-plus/es/utils").EpPropFinalized; readonly message: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").VNode | (() => import("vue").VNode)) | (() => string | import("vue").VNode | (() => import("vue").VNode)) | ((new (...args: any[]) => string | import("vue").VNode | (() => import("vue").VNode)) | (() => string | import("vue").VNode | (() => import("vue").VNode)))[], unknown, unknown, "", boolean>; readonly onClose: 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 showClose: import("element-plus/es/utils").EpPropFinalized; readonly type: import("element-plus/es/utils").EpPropFinalized; readonly plain: import("element-plus/es/utils").EpPropFinalized; readonly offset: import("element-plus/es/utils").EpPropFinalized; readonly placement: import("element-plus/es/utils").EpPropFinalized; readonly zIndex: import("element-plus/es/utils").EpPropFinalized; readonly grouping: import("element-plus/es/utils").EpPropFinalized; readonly repeatNum: import("element-plus/es/utils").EpPropFinalized; }>> & { onDestroy?: (() => any) | undefined; }, { readonly zIndex: number; readonly offset: number; 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 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 | (() => import("vue").VNode)) | (() => string | import("vue").VNode | (() => import("vue").VNode)) | ((new (...args: any[]) => string | import("vue").VNode | (() => import("vue").VNode)) | (() => string | import("vue").VNode | (() => import("vue").VNode)))[], unknown, unknown>; readonly placement: import("element-plus/es/utils").EpPropMergeType; readonly onClose: () => void; readonly showClose: import("element-plus/es/utils").EpPropMergeType; readonly duration: number; readonly customClass: string; readonly dangerouslyUseHTMLString: import("element-plus/es/utils").EpPropMergeType; readonly plain: import("element-plus/es/utils").EpPropMergeType; readonly grouping: import("element-plus/es/utils").EpPropMergeType; readonly repeatNum: number; }, {}>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };