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