import type { ButtonProps } from './button'; declare var __VLS_11: {}, __VLS_13: {}, __VLS_19: {}, __VLS_21: {}, __VLS_27: {}; type __VLS_Slots = {} & { loading?: (props: typeof __VLS_11) => any; } & { icon?: (props: typeof __VLS_13) => any; } & { default?: (props: typeof __VLS_19) => any; } & { icon?: (props: typeof __VLS_21) => any; } & { suffixIcon?: (props: typeof __VLS_27) => any; }; declare const __VLS_component: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClick?: ((event: MouseEvent) => any) | undefined; }>, { disabled: boolean; text: boolean; link: boolean; type: import("./button").ButtonType; loading: boolean; round: boolean; block: boolean; circle: boolean; plain: boolean; nativeType: import("./button").ButtonNativeType; autofocus: boolean; iconPosition: import("./button").IconPosition; tag: string | import("vue").Component; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };