import * as React from 'react'; import type { RadioGroupState } from '@react-stately/radio'; type RadioProviderProps = React.PropsWithChildren<{ value: RadioGroupState; }>; export declare const RadioProvider: React.FC; export declare const useRadioContext: () => RadioGroupState; export {}; //# sourceMappingURL=RadioGroupContext.d.ts.map