import React from "react"; import type * as T from "./Toast.types"; declare const ToastContainer: React.FC; export default ToastContainer;