import { ToastContainer, ToastOptions } from 'react-toastify'; import { AlertProps } from '../alert/alert'; export declare const sendNotification: (props: AlertProps, toastOptions?: ToastOptions) => void; export { ToastContainer };