import type { JSX } from 'solid-js'; import type { HeadlessProps, ValidConstructor } from '../../utils/dynamic-prop'; export type RadioGroupLabelProps = HeadlessProps; /** * The accessible name of a `RadioGroup` or of one `RadioGroupOption`, * depending on which it is nested in. Wired up through `aria-labelledby`. * * Renders a `