/// import { ToastVariants } from './types'; export default function ToastIcon({ variant, }: { variant?: ToastVariants; }): JSX.Element;