import type { LinkProps } from './Text.types'; export declare function A({ href, target, download, rel, ...props }: LinkProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Anchor.d.ts.map