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