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