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