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