import { FC } from 'react'; import { ToastProps } from './type'; declare const Toast: FC; export default Toast;