import type { ExtractPropTypes } from "vue"; export declare const buttonType: readonly ["default", "primary", "success", "warning", "info", "danger", "text", "", "minor"]; export declare const xButtonProps: { readonly type: import("/xplus/es/utils/props").BuildPropReturn; readonly size: import("/xplus/es/utils/props").BuildPropReturn; }; export declare type XButtonProps = ExtractPropTypes;