import type { PropType } from 'vue'; import type { NotificationAction } from '../../types'; import type { Avatar } from '../../types/avatar'; import type { Button } from '../../types/button'; declare const _default: import("vue").DefineComponent<{ id: { type: (StringConstructor | NumberConstructor)[]; required: true; }; title: { type: StringConstructor; required: true; }; description: { type: StringConstructor; default: null; }; icon: { type: StringConstructor; default: () => any; }; avatar: { type: PropType>; default: null; }; closeButton: { type: PropType>; default: () => any; }; timeout: { type: NumberConstructor; default: number; }; actions: { type: PropType; default: () => never[]; }; callback: { type: FunctionConstructor; default: null; }; color: { type: StringConstructor; default: () => any; validator(value: string): boolean; }; ui: { type: PropType; default: () => any; }; }, { ui: import("vue").ComputedRef; progressStyle: import("vue").ComputedRef<{ width: string; }>; progressClass: import("vue").ComputedRef; iconClass: import("vue").ComputedRef; onMouseover: () => void; onMouseleave: () => void; onClose: () => void; onAction: (action: NotificationAction) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly any; }; avatar: { type: PropType>; default: null; }; closeButton: { type: PropType>; default: () => any; }; timeout: { type: NumberConstructor; default: number; }; actions: { type: PropType; default: () => never[]; }; callback: { type: FunctionConstructor; default: null; }; color: { type: StringConstructor; default: () => any; validator(value: string): boolean; }; ui: { type: PropType; default: () => any; }; }>> & { onClose?: ((...args: any[]) => any) | undefined; }, { description: string; icon: string; avatar: Partial; closeButton: Partial