import React from 'react'; import { ToastContainerProps } from 'react-toastify'; declare const ToastContainer: (props: ToastContainerProps) => React.JSX.Element; export default ToastContainer; //# sourceMappingURL=ToastContainer.d.ts.map