export declare function handleDisableAnimation(): void; export declare function animate(animationName: any, animationTime: any, callback: any): void; export declare function animateComponent({ targetState, speed, type }: { targetState: any; speed: any; type: any; }): void;