export declare const animateTo: (el: HTMLElement, keyframes: Keyframe[], options?: KeyframeAnimationOptions) => Promise; export declare const parseDuration: (delay: number | string) => number; export declare const prefersReducedMotion: () => boolean; export declare const stopAnimations: (el: HTMLElement) => Promise; export declare const shimKeyframesHeightAuto: (keyframes: Keyframe[], calculatedHeight: number, initialHeight?: number) => (Keyframe & { height: string | number | null | undefined; })[]; //# sourceMappingURL=animate.d.ts.map