import type { RadioChangeEvent, RadioGroupChildOption } from './interface'; declare const _default: import("vue").DefineComponent<{ prefixCls: StringConstructor; value: any; size: { type: import("vue").PropType<"default" | "small" | "large">; default: "default" | "small" | "large"; }; options: { type: import("vue").PropType<(string | number | RadioGroupChildOption)[]>; default: (string | number | RadioGroupChildOption)[]; }; disabled: { type: BooleanConstructor; default: boolean; }; name: StringConstructor; buttonStyle: { type: import("vue").PropType; default: import("./interface").RadioGroupButtonStyle; }; id: StringConstructor; optionType: { type: import("vue").PropType; default: import("./interface").RadioGroupOptionType; }; onChange: { type: import("vue").PropType<(e: RadioChangeEvent) => void>; default: (e: RadioChangeEvent) => void; }; 'onUpdate:value': { type: import("vue").PropType<(val: any) => void>; default: (val: any) => void; }; }, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: "default" | "small" | "large"; }; options: { type: import("vue").PropType<(string | number | RadioGroupChildOption)[]>; default: (string | number | RadioGroupChildOption)[]; }; disabled: { type: BooleanConstructor; default: boolean; }; name: StringConstructor; buttonStyle: { type: import("vue").PropType; default: import("./interface").RadioGroupButtonStyle; }; id: StringConstructor; optionType: { type: import("vue").PropType; default: import("./interface").RadioGroupOptionType; }; onChange: { type: import("vue").PropType<(e: RadioChangeEvent) => void>; default: (e: RadioChangeEvent) => void; }; 'onUpdate:value': { type: import("vue").PropType<(val: any) => void>; default: (val: any) => void; }; }>>, { options: (string | number | RadioGroupChildOption)[]; disabled: boolean; size: "default" | "small" | "large"; value: any; onChange: (e: RadioChangeEvent) => void; 'onUpdate:value': (val: any) => void; buttonStyle: import("./interface").RadioGroupButtonStyle; optionType: import("./interface").RadioGroupOptionType; }, {}>; export default _default;