import INotificationProps from "./types/index"; export declare const Notification: ({ title, body, status, onClose }: INotificationProps) => JSX.Element;