//#region src/ui/radio-group/context.d.ts interface RadioGroupContextValue { value: string; onValueChange: (value: string) => void; } declare const radioGroupContext: { __context__: RadioGroupContextValue; }; //#endregion export { RadioGroupContextValue, radioGroupContext }; //# sourceMappingURL=context.d.ts.map