import { OnInit } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import { AuthService } from 'bnsights-utilities-library'; import * as i0 from "@angular/core"; export declare class AuthCallbackComponent implements OnInit { private authService; private router; private route; error: boolean; constructor(authService: AuthService, router: Router, route: ActivatedRoute); ngOnInit(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }