import type { RadioGroupInnerProps } from './props';
import type { RadioGroupEmits } from './interface';
export declare const useRadioGroup: (props: RadioGroupInnerProps, emit: RadioGroupEmits) => {
isFormDisabled: import("vue").Ref<boolean, boolean>;
};