///
import { MantineSize } from '@asuikit/styles';
interface RadioGroupContextValue {
size: MantineSize;
value: string;
onChange(event: React.ChangeEvent): void;
name: string;
}
export declare const RadioGroupProvider: import("react").Provider;
export declare const useRadioGroupContext: () => RadioGroupContextValue;
export {};
//# sourceMappingURL=RadioGroup.context.d.ts.map