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