import { ToastContainerProps } from '../types';
declare const ToastContainer: import('react').MemoExoticComponent<({ toasts, position, removeToast }: ToastContainerProps) => import('react').ReactPortal>;
export default ToastContainer;
//# sourceMappingURL=ToastContainer.d.ts.map