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