import { LinkProps } from "../types"; declare function Anchor(props: LinkProps): import("react/jsx-runtime").JSX.Element; export default Anchor;