import type { AnimationControls } from "../types.js"; import { type MotionState } from "../../state/index.js"; import type { Options } from "../../types/index.js"; /** * @public */ export declare function animationControls(): AnimationControls; export declare function setValues(state: MotionState, definition: Options["animate"]): void;