declare const _default: __VLS_WithTemplateSlots; readonly height: import("../../../utils").EpPropFinalized; readonly trigger: import("../../../utils").EpPropFinalized; readonly autoplay: import("../../../utils").EpPropFinalized; readonly interval: import("../../../utils").EpPropFinalized; readonly indicatorPosition: import("../../../utils").EpPropFinalized; readonly arrow: import("../../../utils").EpPropFinalized; readonly type: import("../../../utils").EpPropFinalized; readonly cardScale: import("../../../utils").EpPropFinalized; readonly loop: import("../../../utils").EpPropFinalized; readonly direction: import("../../../utils").EpPropFinalized; readonly pauseOnHover: import("../../../utils").EpPropFinalized; readonly motionBlur: BooleanConstructor; }, { /** @description active slide index */ activeIndex: import("vue").Ref; /** @description manually switch slide, index of the slide to be switched to, starting from 0; or the `name` of corresponding `el-carousel-item` */ setActiveItem: (index: string | number) => void; /** @description switch to the previous slide */ prev: () => void; /** @description switch to the next slide */ next: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (current: number, prev: number) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly height: import("../../../utils").EpPropFinalized; readonly trigger: import("../../../utils").EpPropFinalized; readonly autoplay: import("../../../utils").EpPropFinalized; readonly interval: import("../../../utils").EpPropFinalized; readonly indicatorPosition: import("../../../utils").EpPropFinalized; readonly arrow: import("../../../utils").EpPropFinalized; readonly type: import("../../../utils").EpPropFinalized; readonly cardScale: import("../../../utils").EpPropFinalized; readonly loop: import("../../../utils").EpPropFinalized; readonly direction: import("../../../utils").EpPropFinalized; readonly pauseOnHover: import("../../../utils").EpPropFinalized; readonly motionBlur: BooleanConstructor; }>> & { onChange?: ((current: number, prev: number) => any) | undefined; }, { readonly height: string; readonly direction: import("../../../utils").EpPropMergeType; readonly type: import("../../../utils").EpPropMergeType; readonly arrow: import("../../../utils").EpPropMergeType; readonly trigger: import("../../../utils").EpPropMergeType; readonly loop: import("../../../utils").EpPropMergeType; readonly interval: number; readonly cardScale: number; readonly initialIndex: number; readonly autoplay: import("../../../utils").EpPropMergeType; readonly indicatorPosition: import("../../../utils").EpPropMergeType; readonly pauseOnHover: import("../../../utils").EpPropMergeType; readonly motionBlur: boolean; }>, { default?(_: {}): any; }>; export default _default; declare type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };