import type { ComponentPropsWithoutRef, ReactNode } from 'react'; import type { FormFieldContextValue } from './FormFieldContext'; import { LabelRoot } from './Label'; type LabelInlineBaseProps = { variant?: 'textDefault' | 'textSubtle' | 'block'; content: ReactNode; description?: ReactNode; } & Omit, 'content'>; /** * `