import { createScopedAnimate, type AnimationPlaybackControls } from "framer-motion/dom"; type Scope = { current: Element; animations: AnimationPlaybackControls[]; }; export declare function useAnimate(): [Scope, ReturnType]; export {};