import React from 'react'; import { RadioGroupProps, RadioGroupRef, RadioProps, RadioRef, ValueType } from './type'; import { GroupContextParams } from '../checkbox'; export declare const RadioGroupContext: React.Context>; export declare function componentGenerator = RadioProps, R extends RadioRef = RadioRef>(Comp: React.ForwardRefExoticComponent

>): React.ForwardRefExoticComponent & React.RefAttributes>;