/// <reference types="react" />
import { RadioGroupContextProps, RadioGroupProps } from './index.types';
export declare const RadioGroupContext: import("react").Context<RadioGroupContextProps | null>;
export declare const useRadioGroupContext: () => RadioGroupContextProps;
export declare const RadioGroup: import("react").ForwardRefExoticComponent<RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>;
