/// import { AlertProps } from '../../atoms/Alert/Alert'; declare type NotificationProps = AlertProps; declare const Notification: (props: NotificationProps) => JSX.Element; export default Notification;