import { OnDestroy, OnInit } from '@angular/core'; import { BehaviorSubject } from 'rxjs'; import { TranslateLangStorageService } from './services/translation/translate-lang-storage.service'; import * as i0 from "@angular/core"; export declare class TerminalTplComponent implements OnInit, OnDestroy { private router; ready$: BehaviorSubject; langStorage: TranslateLangStorageService; private unSubscriber; feeTpl: any; next(ev: any, document: Document): void; prev(ev: any, document: Document): void; ngOnInit(): void; private navigationEnd$; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }