/** * @license * Copyright Akveo. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ import { OnInit } from '@angular/core'; import { NbLoginComponent } from '@nebular/auth'; export declare class LoginComponent extends NbLoginComponent implements OnInit { username: { labelName: string; controlName: string; }; password: { labelName: string; controlName: string; }; ngOnInit(): void; }