import type { VideoAnimations } from '../types';
export declare const useJSAnimations: (controlAnimationTiming?: number) => VideoAnimations;
