import { radioGroupProps } from 'element-plus'; type RadioKeys = Array; export declare const radioKeys: RadioKeys; export declare const radioProps: { data: { type: import("vue").PropType; default: () => never[]; }; config: { type: import("vue").PropType; default: () => {}; }; ariaLabel: StringConstructor; id: import("element-plus/es/utils").EpPropFinalized; size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; disabled: BooleanConstructor; modelValue: import("element-plus/es/utils").EpPropFinalized; fill: import("element-plus/es/utils").EpPropFinalized; textColor: import("element-plus/es/utils").EpPropFinalized; name: import("element-plus/es/utils").EpPropFinalized; validateEvent: import("element-plus/es/utils").EpPropFinalized; }; export declare const radioEmits: { 'update:modelValue': (value?: string | number | boolean) => value is string | number | boolean; }; export {};