import { type Ref } from 'vue'; export declare function useSwiperAnimation(target: Ref): { play: (value: number, duration: number, update: () => void) => Promise; pause: () => void; };