import { FC } from "react";
interface NotificationProps {
}
declare const Notification: FC<NotificationProps>;
export default Notification;
