import { ButtonProps } from 'element-plus'; export interface XButtonConfig { /** * 两个中文字符之间自动插入空格(仅当文本长度为 2 且所有字符均为中文时才生效) * @default false */ autoInsertSpace?: boolean; } export interface XButtonProps { disabled?: ButtonProps['disabled']; icon?: ButtonProps['icon']; link?: ButtonProps['link']; size?: ButtonProps['size']; text?: ButtonProps['text']; type?: ButtonProps['type']; } declare var __VLS_10: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_10) => any; }; declare const __VLS_base: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClick?: ((e: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };