import { ComponentRef } from '@angular/core'; import { Observable } from 'rxjs'; export interface AnimatedComponent { ngAnimationsDone$: Observable; } export declare function isAnimatedComponent(component?: ComponentRef | null): component is ComponentRef; export declare function areAnimationsDone(component?: ComponentRef | null): Promise; //# sourceMappingURL=animated-component.d.ts.map