type AnimationSpeed = 'x-slow' | 'slow' | 'medium' | 'fast' | 'x-fast'; export declare const animationSpeed: (speed: AnimationSpeed, el?: HTMLElement) => number; export {}; //# sourceMappingURL=animation-speed.d.ts.map