import { OnInit } from '@angular/core'; import { Router } from '@angular/router'; import { AuthenticationService } from '../../services/authentication.service'; export declare class LoginComponent implements OnInit { private _router; private _authService; constructor(_router: Router, _authService: AuthenticationService); ngOnInit(): void; }