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