import { type LinkProps as PrimerLinkProps } from '@primer/react'; import { type SxProp } from '../sx'; import type { ForwardRefComponent } from '../polymorphic'; type LinkProps = PrimerLinkProps & SxProp; declare const Link: ForwardRefComponent<"a", LinkProps>; export { Link, type LinkProps }; //# sourceMappingURL=Link.d.ts.map