import { AnimationDefinition, LegacyAnimationControls, VisualElement } from 'motion-dom'; /** * @deprecated */ export declare function animationControls(): LegacyAnimationControls; export declare function setValues(visualElement: VisualElement, definition: AnimationDefinition): void;