///
import Group from "./Group";
declare const RefRadioComp: import("react").ForwardRefExoticComponent, HTMLInputElement>, "name" | "defaultChecked" | "className" | "style"> & import("react").RefAttributes>;
declare type RefRadioCompType = typeof RefRadioComp;
interface RadioInterFace extends RefRadioCompType {
Group: typeof Group;
}
declare const RadioComp: RadioInterFace;
export default RadioComp;