import type { RadioContextValue } from '../types'; export declare const RadioContext: import("react").Context; export declare const useRadioContext: () => RadioContextValue;