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