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