import { ChangeDetectorRef, OnInit } from '@angular/core'; import { OverlayService } from './overlay.service'; import { Router } from '@angular/router'; import { TranslateService } from '@ngx-translate/core'; import * as i0 from "@angular/core"; export declare class OverlayComponent implements OnInit { private router; private translateService; private overlayService; private cd; message: string; show: boolean; constructor(router: Router, translateService: TranslateService, overlayService: OverlayService, cd: ChangeDetectorRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=overlay.component.d.ts.map