import { forwardRef, SVGProps } from 'react'; export interface LinkProps extends Omit, 'css'> {} export const Link = forwardRef((props, ref) => ( )); Link.displayName = 'Link';