import { FC } from 'react'; import { NotificationProps } from './Notification.types'; declare const Notification: FC; export default Notification;