import { ButtonLoadingProps } from "./types.js"; import { Align } from "@soybeanjs/headless/types"; //#region src/components/button/button-loading.vue.d.ts declare var __VLS_16: {}, __VLS_23: { loading: true; }, __VLS_25: { loading: boolean; }, __VLS_33: {}; type __VLS_Slots = {} & { leading?: (props: typeof __VLS_16) => any; } & { default?: (props: typeof __VLS_23) => any; } & { default?: (props: typeof __VLS_25) => any; } & { trailing?: (props: typeof __VLS_33) => any; }; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, { loadingIcon: string | import("vue").VNode | import("vue").Component | null; loadingPosition: Align; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };