interface Props { disabled?: boolean; expand?: boolean; loading?: boolean; icon?: string; size?: string; mode?: string; color?: string; width?: string | number; iconPosition?: string; progress?: string | number; desc?: string; flex?: boolean; text?: string; } declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { click: (...args: any[]) => void; contextmenu: (...args: any[]) => void; dblclick: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClick?: (...args: any[]) => any; onContextmenu?: (...args: any[]) => any; onDblclick?: (...args: any[]) => any; }>, { mode: string; size: string; color: string; flex: boolean; width: string | number; progress: string | number; loading: boolean; icon: string; iconPosition: string; disabled: boolean; desc: string; expand: boolean; text: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };