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