import React from 'react'; import { type ComposableProps } from '../../../lib/slot'; export interface RadioGroupLabelProps extends ComposableProps<'label'> { /** * The label text for the radio group. */ children: React.ReactNode; } /** * RadioGroupLabel Component * * A composable label component for RadioGroup. * Provides a label for the entire radio group. * * @public * * @example * ```tsx * * Select an option * * * Option 1 * * * ``` * * @remarks * - Wraps the HTML `