import type { RadioGroupState } from './RadioGroup.types'; import type { RadioGroupContextValue } from './radioGroupContext'; export declare const useRadioGroupContextValue: (state: RadioGroupState) => RadioGroupContextValue; //# sourceMappingURL=useRadioGroupContextValue.d.ts.map