import { InjectionToken } from '@angular/core';
/**
 * Stream that emits if loading of page is over (for example, to begin scrollIntoView)
 */
export declare const TUI_DOC_PAGE_LOADED: InjectionToken<import("rxjs").Observable<boolean>>;
