import React from 'react';
import { ToastContainerProps } from 'react-toastify';
export type Props = ToastContainerProps;
declare const ToastContainer: React.FC<Props>;
export default ToastContainer;
