import * as React from "react"; import { ToastPropsT } from "./types"; export declare const Toast: React.FC;