import React from "react"; declare const AHref: ({ link, children, target, }: { link: string; children: string | JSX.Element; target?: React.HTMLAttributeAnchorTarget | undefined; }) => JSX.Element; export default AHref;