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