import { FC } from '@dineug/r-html'; export type ToastContainerProps = {}; declare const ToastContainer: FC; export default ToastContainer;