import { FC } from 'react'; import { ToastProps } from 'types'; export declare const Toast: FC; export default Toast;