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