import { VNode, Ref } from "vue"; declare const _sfc_main: import("vue").DefineComponent<{}, { props: { width: string; height: string; modelValue: string; autoplay: boolean; arrow: boolean; animate: string; interval: number; indicator: string; over: boolean; placement: string; }; slot: any; slots: any; emit: (event: "change" | "update:modelValue", ...args: any[]) => void; children: Ref[]>; playTimer: any; isOver: Ref; active: import("vue").WritableComputedRef; animate: import("vue").ComputedRef; slotsChange: Ref; setItemInstanceBySlot: (nodeList: VNode[]) => void; autoplay: () => void; overPause: () => void; outStart: () => void; onChange: (id: any) => void; onNext: () => void; onPrevious: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, {}>; export default _sfc_main;