import { RadioGroupState } from '@react-stately/radio'; import * as React from 'react'; export declare const RadioContext: React.Context; export declare function useRadioContext(): RadioGroupState;