import { AnimationPlaybackControls } from 'motion-dom'; import { Ref, UnwrapRef } from 'vue'; import { createScopedAnimate } from 'framer-motion/dom'; type Scope = Ref> & { animations: AnimationPlaybackControls[]; }; export declare function useAnimate(): [Scope, ReturnType]; export {};