import type { BaseLinkProps, ForwardRefPrimitive } from '../types'; /** * [📖 Docs](https://ui.docs.amplify.aws/react/components/link) */ export declare const Link: ForwardRefPrimitive;