import type { PropType, VNodeChild } from 'vue'; export declare const notificationProps: { readonly closable: { readonly type: BooleanConstructor; readonly default: true; }; readonly type: { readonly type: PropType<"info" | "success" | "warning" | "error" | "default" | "primary">; readonly default: "default"; }; readonly avatar: PropType<() => VNodeChild>; readonly title: PropType VNodeChild)>; readonly description: PropType VNodeChild)>; readonly content: PropType VNodeChild)>; readonly meta: PropType VNodeChild)>; readonly action: PropType VNodeChild)>; readonly onClose: { readonly type: PropType<() => void>; readonly required: true; }; readonly hideIcon: BooleanConstructor; readonly keepAliveOnHover: BooleanConstructor; readonly onMouseenter: PropType<(e: MouseEvent) => void>; readonly onMouseleave: PropType<(e: MouseEvent) => void>; }; export declare const notificationPropKeys: ("avatar" | "type" | "content" | "meta" | "title" | "onMouseenter" | "onMouseleave" | "description" | "closable" | "onClose" | "keepAliveOnHover" | "action" | "hideIcon")[]; export declare const Notification: import("vue").DefineComponent; readonly default: "default"; }; readonly avatar: PropType<() => VNodeChild>; readonly title: PropType VNodeChild)>; readonly description: PropType VNodeChild)>; readonly content: PropType VNodeChild)>; readonly meta: PropType VNodeChild)>; readonly action: PropType VNodeChild)>; readonly onClose: { readonly type: PropType<() => void>; readonly required: true; }; readonly hideIcon: BooleanConstructor; readonly keepAliveOnHover: BooleanConstructor; readonly onMouseenter: PropType<(e: MouseEvent) => void>; readonly onMouseleave: PropType<(e: MouseEvent) => void>; }>, { mergedClsPrefix: import("vue").Ref; showAvatar: import("vue").ComputedRef VNodeChild)>; handleCloseClick(): void; rtlEnabled: import("vue").Ref | undefined; cssVars: import("vue").ComputedRef<{ '--u-color': string; '--u-font-size': string; '--u-font-weight': string; '--u-text-color': string; '--u-description-text-color': string; '--u-description-font-weight': string; '--u-description-line-height': string; '--u-action-text-color': string; '--u-title-text-color': string; '--u-title-font-weight': string; '--u-title-line-height': string; '--u-title-font-size': string; '--u-bezier': string; '--u-bezier-ease-out': string; '--u-bezier-ease-in': string; '--u-border-radius': string; '--u-close-border-radius': string; '--u-close-color-hover': string; '--u-close-color-pressed': string; '--u-close-icon-color': string; '--u-close-icon-color-hover': string; '--u-close-icon-color-pressed': string; '--u-line-height': string; '--u-icon-color': string; '--u-close-margin': string; '--u-close-size': string; '--u-close-icon-size': string; '--u-width': string; '--u-padding-left': string; '--u-padding-right': string; '--u-padding-top': string; '--u-padding-bottom': string; '--u-meta-font-size': string; '--u-description-font-size': string; '--u-avatar-size': string; '--u-icon-wrapper-color': string; '--u-icon-wrapper-pulse-color': string; iconColor: string; iconWrapperColor: string; iconWrapperPulseColor: string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "default"; }; readonly avatar: PropType<() => VNodeChild>; readonly title: PropType VNodeChild)>; readonly description: PropType VNodeChild)>; readonly content: PropType VNodeChild)>; readonly meta: PropType VNodeChild)>; readonly action: PropType VNodeChild)>; readonly onClose: { readonly type: PropType<() => void>; readonly required: true; }; readonly hideIcon: BooleanConstructor; readonly keepAliveOnHover: BooleanConstructor; readonly onMouseenter: PropType<(e: MouseEvent) => void>; readonly onMouseleave: PropType<(e: MouseEvent) => void>; }>> & Readonly<{}>, { readonly type: "default" | "error" | "warning" | "success" | "info" | "primary"; readonly closable: boolean; readonly keepAliveOnHover: boolean; readonly hideIcon: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;