import { clsx } from 'clsx'; import messages from './Label.messages'; import { useIntl } from 'react-intl'; import Body from '../body'; import { CommonProps } from '../common'; import { forwardRef, PropsWithChildren } from 'react'; export type LabelProps = { id?: string; htmlFor?: string; className?: string; children?: React.ReactNode; }; /** * Avoid using `