import { OnInit } from '@angular/core'; import { Router } from '@angular/router'; import { AuthenticationService } from '../../services/authentication.service'; import * as i0 from "@angular/core"; export declare class LoginComponent implements OnInit { private _router; private _authService; constructor(_router: Router, _authService: AuthenticationService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }