import * as React from 'react';
import type { RadioGroupContextProps } from "./types.js";
export declare const RadioGroupContext: React.Context<RadioGroupContextProps | null>;
