import { nextTick } from 'vue'; declare const _default: { new (...args: any[]): { $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ readonly type: import("packages/web/vue-utils/dist").EpPropMergeType; readonly height: string; readonly trigger: import("packages/web/vue-utils/dist").EpPropMergeType; readonly direction: import("packages/web/vue-utils/dist").EpPropMergeType; readonly arrow: import("packages/web/vue-utils/dist").EpPropMergeType; readonly loop: import("packages/web/vue-utils/dist").EpPropMergeType; readonly initialIndex: number; readonly autoplay: import("packages/web/vue-utils/dist").EpPropMergeType; readonly interval: number; readonly indicatorPosition: import("packages/web/vue-utils/dist").EpPropMergeType; readonly indicator: import("packages/web/vue-utils/dist").EpPropMergeType; readonly pauseOnHover: import("packages/web/vue-utils/dist").EpPropMergeType; }> & Omit; readonly height: import("packages/web/vue-utils/dist").EpPropFinalized; readonly trigger: import("packages/web/vue-utils/dist").EpPropFinalized; readonly autoplay: import("packages/web/vue-utils/dist").EpPropFinalized; readonly interval: import("packages/web/vue-utils/dist").EpPropFinalized; readonly indicatorPosition: import("packages/web/vue-utils/dist").EpPropFinalized; readonly indicator: import("packages/web/vue-utils/dist").EpPropFinalized; readonly arrow: import("packages/web/vue-utils/dist").EpPropFinalized; readonly type: import("packages/web/vue-utils/dist").EpPropFinalized; readonly loop: import("packages/web/vue-utils/dist").EpPropFinalized; readonly direction: import("packages/web/vue-utils/dist").EpPropFinalized; readonly pauseOnHover: import("packages/web/vue-utils/dist").EpPropFinalized; }>> & { onChange?: ((current: number, prev: number) => any) | undefined; } & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, "type" | "height" | "trigger" | "direction" | "arrow" | "loop" | "initialIndex" | "autoplay" | "interval" | "indicatorPosition" | "indicator" | "pauseOnHover">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("@vue/runtime-core").Slot | undefined; }>; $root: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $parent: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $emit: (event: "change", current: number, prev: number) => void; $el: any; $options: import("@vue/runtime-core").ComponentOptionsBase; readonly height: import("packages/web/vue-utils/dist").EpPropFinalized; readonly trigger: import("packages/web/vue-utils/dist").EpPropFinalized; readonly autoplay: import("packages/web/vue-utils/dist").EpPropFinalized; readonly interval: import("packages/web/vue-utils/dist").EpPropFinalized; readonly indicatorPosition: import("packages/web/vue-utils/dist").EpPropFinalized; readonly indicator: import("packages/web/vue-utils/dist").EpPropFinalized; readonly arrow: import("packages/web/vue-utils/dist").EpPropFinalized; readonly type: import("packages/web/vue-utils/dist").EpPropFinalized; readonly loop: import("packages/web/vue-utils/dist").EpPropFinalized; readonly direction: import("packages/web/vue-utils/dist").EpPropFinalized; readonly pauseOnHover: import("packages/web/vue-utils/dist").EpPropFinalized; }>> & { onChange?: ((current: number, prev: number) => any) | undefined; }, { /** @description manually switch slide */ setActiveItem: (index: number | string) => void; /** @description switch to the previous slide */ prev: () => void; /** @description switch to the next slide */ next: () => void; }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { change: (current: number, prev: number) => boolean; }, string, { readonly type: import("packages/web/vue-utils/dist").EpPropMergeType; readonly height: string; readonly trigger: import("packages/web/vue-utils/dist").EpPropMergeType; readonly direction: import("packages/web/vue-utils/dist").EpPropMergeType; readonly arrow: import("packages/web/vue-utils/dist").EpPropMergeType; readonly loop: import("packages/web/vue-utils/dist").EpPropMergeType; readonly initialIndex: number; readonly autoplay: import("packages/web/vue-utils/dist").EpPropMergeType; readonly interval: number; readonly indicatorPosition: import("packages/web/vue-utils/dist").EpPropMergeType; readonly indicator: import("packages/web/vue-utils/dist").EpPropMergeType; readonly pauseOnHover: import("packages/web/vue-utils/dist").EpPropMergeType; }> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly; readonly height: import("packages/web/vue-utils/dist").EpPropFinalized; readonly trigger: import("packages/web/vue-utils/dist").EpPropFinalized; readonly autoplay: import("packages/web/vue-utils/dist").EpPropFinalized; readonly interval: import("packages/web/vue-utils/dist").EpPropFinalized; readonly indicatorPosition: import("packages/web/vue-utils/dist").EpPropFinalized; readonly indicator: import("packages/web/vue-utils/dist").EpPropFinalized; readonly arrow: import("packages/web/vue-utils/dist").EpPropFinalized; readonly type: import("packages/web/vue-utils/dist").EpPropFinalized; readonly loop: import("packages/web/vue-utils/dist").EpPropFinalized; readonly direction: import("packages/web/vue-utils/dist").EpPropFinalized; readonly pauseOnHover: import("packages/web/vue-utils/dist").EpPropFinalized; }>> & { onChange?: ((current: number, prev: number) => any) | undefined; } & import("@vue/reactivity").ShallowUnwrapRef<{ /** @description manually switch slide */ setActiveItem: (index: number | string) => void; /** @description switch to the previous slide */ prev: () => void; /** @description switch to the next slide */ next: () => void; }> & {} & import("@vue/runtime-core").ComponentCustomProperties; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("@vue/runtime-core").ComponentOptionsBase; readonly height: import("packages/web/vue-utils/dist").EpPropFinalized; readonly trigger: import("packages/web/vue-utils/dist").EpPropFinalized; readonly autoplay: import("packages/web/vue-utils/dist").EpPropFinalized; readonly interval: import("packages/web/vue-utils/dist").EpPropFinalized; readonly indicatorPosition: import("packages/web/vue-utils/dist").EpPropFinalized; readonly indicator: import("packages/web/vue-utils/dist").EpPropFinalized; readonly arrow: import("packages/web/vue-utils/dist").EpPropFinalized; readonly type: import("packages/web/vue-utils/dist").EpPropFinalized; readonly loop: import("packages/web/vue-utils/dist").EpPropFinalized; readonly direction: import("packages/web/vue-utils/dist").EpPropFinalized; readonly pauseOnHover: import("packages/web/vue-utils/dist").EpPropFinalized; }>> & { onChange?: ((current: number, prev: number) => any) | undefined; }, { /** @description manually switch slide */ setActiveItem: (index: number | string) => void; /** @description switch to the previous slide */ prev: () => void; /** @description switch to the next slide */ next: () => void; }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { change: (current: number, prev: number) => boolean; }, string, { readonly type: import("packages/web/vue-utils/dist").EpPropMergeType; readonly height: string; readonly trigger: import("packages/web/vue-utils/dist").EpPropMergeType; readonly direction: import("packages/web/vue-utils/dist").EpPropMergeType; readonly arrow: import("packages/web/vue-utils/dist").EpPropMergeType; readonly loop: import("packages/web/vue-utils/dist").EpPropMergeType; readonly initialIndex: number; readonly autoplay: import("packages/web/vue-utils/dist").EpPropMergeType; readonly interval: number; readonly indicatorPosition: import("packages/web/vue-utils/dist").EpPropMergeType; readonly indicator: import("packages/web/vue-utils/dist").EpPropMergeType; readonly pauseOnHover: import("packages/web/vue-utils/dist").EpPropMergeType; }> & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps & (new () => { $slots: { default: (_: {}) => any; }; }); export default _default;