import { RadioGroupCompound } from './types'; /** * The root container for a group of `RadioGroup.Item` components. * Manages the single-selection state. * * @example * ```tsx * * * * * ``` */ declare const RadioGroup: RadioGroupCompound; export default RadioGroup;