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