import { type PropType, type VNodeChild } from 'vue'; export declare const notificationProps: { readonly closable: { readonly type: BooleanConstructor; readonly default: true; }; readonly type: { readonly type: PropType<"default" | "error" | "info" | "success" | "warning">; 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 keepAliveOnHover: BooleanConstructor; readonly onMouseenter: PropType<(e: MouseEvent) => void>; readonly onMouseleave: PropType<(e: MouseEvent) => void>; }; export declare const notificationPropKeys: ("type" | "meta" | "content" | "description" | "onMouseenter" | "onMouseleave" | "title" | "action" | "avatar" | "closable" | "onClose" | "keepAliveOnHover")[]; export declare const Notification: import("vue").DefineComponent<{ readonly closable: { readonly type: BooleanConstructor; readonly default: true; }; readonly type: { readonly type: PropType<"default" | "error" | "info" | "success" | "warning">; 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 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<{ '--n-color': string; '--n-font-size': string; '--n-text-color': string; '--n-description-text-color': string; '--n-action-text-color': string; '--n-title-text-color': string; '--n-title-font-weight': string; '--n-bezier': string; '--n-bezier-ease-out': string; '--n-bezier-ease-in': string; '--n-border-radius': string; '--n-box-shadow': string; '--n-close-border-radius': string; '--n-close-color-hover': string; '--n-close-color-pressed': string; '--n-close-icon-color': string; '--n-close-icon-color-hover': string; '--n-close-icon-color-pressed': string; '--n-line-height': string; '--n-icon-color': string; '--n-close-margin': string; '--n-close-size': string; '--n-close-icon-size': string; '--n-width': string; '--n-padding-left': string; '--n-padding-right': string; '--n-padding-top': string; '--n-padding-bottom': string; '--n-title-font-size': string; '--n-meta-font-size': string; '--n-description-font-size': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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 keepAliveOnHover: BooleanConstructor; readonly onMouseenter: PropType<(e: MouseEvent) => void>; readonly onMouseleave: PropType<(e: MouseEvent) => void>; }>>, { readonly type: "default" | "error" | "info" | "success" | "warning"; readonly closable: boolean; readonly keepAliveOnHover: boolean; }, {}>;