import type { AnimationFactory, ValueKeyframesDefinition } from "./types";
import { AnimationOptions } from "@motionone/types";
export declare function animateStyle(element: Element, key: string, keyframesDefinition: ValueKeyframesDefinition, options?: AnimationOptions): AnimationFactory;
//# sourceMappingURL=animate-style.d.ts.map