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