import React from "react"; import { LinkProps } from "../../Link/Link"; export type AttentionBoxLinkProps = LinkProps; declare const AttentionBoxLink: React.FC; export default AttentionBoxLink;