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