export declare function animateTo(el: HTMLElement | undefined, keyframes: Keyframe[], options: KeyframeAnimationOptions): Promise; export declare function stopAnimations(el?: HTMLElement): Promise;