import { OnInit } from '@angular/core'; import { AuthService } from 'bnsights-utilities-library'; import * as i0 from "@angular/core"; export declare class LoginComponent implements OnInit { private authService; title: string; constructor(authService: AuthService); login(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }