import type { ExtractPropTypes } from 'vue'; export declare const radioButtonProps: { readonly name: import("element-plus/es/utils/props").BuildPropReturn; readonly size: import("element-plus/es/utils/props").BuildPropReturn; readonly disabled: BooleanConstructor; readonly label: import("element-plus/es/utils/props").BuildPropReturn<(BooleanConstructor | StringConstructor | NumberConstructor)[], string, unknown, unknown, unknown>; }; export declare type RadioButtonProps = ExtractPropTypes;