import { RefObject } from 'react'; export type RadioGroupContextProps = { othersRadioRef: RefObject; othersInputRef: RefObject; }; export declare const RadioGroupContext: import("react").Context; export declare const useRadioGroupWithOthers: () => RadioGroupContextProps;