import EctButtonImpl from "./EctButton"; declare const _default: __VLS_WithTemplateSlots, { autofocus: boolean; bg: boolean; circle: boolean; dark: boolean; disabled: boolean; link: boolean; loading: boolean; loadingIcon: string; nativeType: string; plain: boolean; round: boolean; tag: string; text: boolean; type: string; size: string; }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly, { autofocus: boolean; bg: boolean; circle: boolean; dark: boolean; disabled: boolean; link: boolean; loading: boolean; loadingIcon: string; nativeType: string; plain: boolean; round: boolean; tag: string; text: boolean; type: string; size: string; }>>>, { size: EctButtonImpl.EctButtonSize; readonly link: boolean; circle: boolean; readonly text: boolean; type: EctButtonImpl.EctButtonType; plain: boolean; disabled: boolean; readonly nativeType: import("element-plus/es/utils").EpPropMergeType; loading: boolean; readonly loadingIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>; readonly bg: boolean; readonly autofocus: boolean; round: boolean; readonly dark: boolean; readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>; }, {}>, { default?(_: {}): any; }>; export default _default; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToOption = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; //# sourceMappingURL=EctButton.vue.d.ts.map