import RadioProps from "../Radio/RadioProps"; export interface RadioGroupContextValue { name: string | undefined; onChange: NonNullable; value: any; } /** * @ignore - internal component. */ declare const RadioGroupContext: import("solid-js").Context; export default RadioGroupContext; //# sourceMappingURL=RadioGroupContext.d.ts.map