import { InjectionToken } from '@angular/core';
import { type Observable } from 'rxjs';
/**
 * Active element on the document for ActiveZone
 */
export declare const TUI_ACTIVE_ELEMENT: InjectionToken<Observable<EventTarget | null>>;
