import { AnimationOptions, BasicAnimationControls, ValueKeyframesDefinition } from "./types";
export declare function animateStyle(element: Element, name: string, keyframesDefinition: ValueKeyframesDefinition, options?: AnimationOptions): BasicAnimationControls | undefined;