import { InjectionToken } from '@angular/core';
/**
 * Element currently being removed by AnimationEngine
 */
export declare const TUI_REMOVED_ELEMENT: InjectionToken<import("rxjs").Observable<Element | null>>;
