import { AcceptedElements, AnimationControls, AnimationListOptions, MotionKeyframesDefinition } from "./types";
export declare function animate(elements: AcceptedElements, keyframes: MotionKeyframesDefinition, options?: AnimationListOptions): AnimationControls;
