import { IProps } from "./interfaces"; declare const Notification: (props: IProps) => JSX.Element; export default Notification;