import { RadioGroupEmits, RadioGroupModelValue, RadioGroupProps, WithElement } from '../../types'; import { InputWithOptionsContext } from './useInputWithOptionsContext'; type RadioGroupContext = InputWithOptionsContext; export declare const useRadioGroupContext: > = WithElement>>(props: Props, emit: RadioGroupEmits) => RadioGroupContext; export {};