import type { ExtractPropTypes } from '@vue/runtime-core'; export declare const radioGroupProps: { readonly size: import("element-plus/es/utils/props").BuildPropReturn; readonly disabled: BooleanConstructor; readonly modelValue: import("element-plus/es/utils/props").BuildPropReturn; readonly fill: import("element-plus/es/utils/props").BuildPropReturn; readonly textColor: import("element-plus/es/utils/props").BuildPropReturn; }; export declare type RadioGroupProps = ExtractPropTypes; export declare const radioGroupEmits: { "update:modelValue": (val: string | number | boolean) => boolean; change: (val: string | number | boolean) => boolean; }; export declare type RadioGroupEmits = typeof radioGroupEmits;