declare const Notification: import("vue").DefineComponent<{ styles: { type: ObjectConstructor; default: () => { top: string; left: string; }; }; className: { type: StringConstructor; }; transitionName: { type: StringConstructor; }; }, { notices: import("vue").Ref; close: (notice: any) => void; transitionName: import("vue").Ref; classes: import("vue").ComputedRef<(string | { [x: string]: boolean; })[]>; wrapStyles: import("vue").ComputedRef>; add: (notice: any) => void; closeAll: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly { top: string; left: string; }; }; className: { type: StringConstructor; }; transitionName: { type: StringConstructor; }; }>>, { styles: Record; }, {}>; export default Notification;