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