import { type FC } from "react"; import { type LinkProps } from "../../Link/Link"; export type ToastLinkProps = LinkProps; declare const ToastLink: FC; export default ToastLink;