import { OnInit } from '@angular/core'; import { Title } from '@angular/platform-browser'; import { ActivatedRoute, Router } from '@angular/router'; import { IAuthenticationService } from './authentication-service.service'; import * as i0 from "@angular/core"; export declare class CallbackAuthComponent implements OnInit { private _authService; private _route; private _router; private _titleService; constructor(_authService: IAuthenticationService, _route: ActivatedRoute, _router: Router, _titleService: Title); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }