import React from "react"; import { ToastContainerProps } from "./types"; declare const ToastContainer: React.FC; export default ToastContainer;