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