import { LabelProps } from '../components'; import { AiMarkWithTooltipOrPopoverProps } from '../../types/ai-marks'; export type FieldLabelProps = Pick & { /** * Props passed to the internal label component. */ labelProps?: Omit & AiMarkWithTooltipOrPopoverProps; };