export declare const RadioGroup: import("../utils").WithInstall; disabled: BooleanConstructor; iconSize: (NumberConstructor | StringConstructor)[]; direction: import("vue").PropType; modelValue: import("vue").PropType; checkedColor: StringConstructor; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").PublicProps, Readonly; disabled: BooleanConstructor; iconSize: (NumberConstructor | StringConstructor)[]; direction: import("vue").PropType; modelValue: import("vue").PropType; checkedColor: StringConstructor; }>> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { disabled: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default RadioGroup; export { radioGroupProps } from './RadioGroup'; export type { RadioGroupProps, RadioGroupDirection } from './RadioGroup'; declare module 'vue' { interface GlobalComponents { VanRadioGroup: typeof RadioGroup; } }