import { OnInit } from '@angular/core'; import { Observable } from 'rxjs'; import { DataService } from './data/providers/data.service'; import { ServerConfigService } from './data/server-config'; import { LocalStorageService } from './providers/local-storage/local-storage.service'; import * as i0 from "@angular/core"; export declare class AppComponent implements OnInit { private dataService; private serverConfigService; private localStorageService; private document?; loading$: Observable; private _document?; constructor(dataService: DataService, serverConfigService: ServerConfigService, localStorageService: LocalStorageService, document?: any | undefined); ngOnInit(): void; handleGlobalHotkeys(event: KeyboardEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }