/// import { ToastProps } from './interfaces'; declare const Toast: (props: ToastProps) => JSX.Element; export default Toast;