import { AfterViewInit, ChangeDetectorRef, DestroyRef } from "@angular/core"; import { FormGroup } from "@angular/forms"; import { ActivatedRoute } from "@angular/router"; import { InterceptorsService, InputTextComponent } from "codefoxui"; import { ElectronService } from "../../services/electron.service"; import { VersionInfo } from "../../interfaces/general.interfaces"; import { UserService } from "../../services/user.service"; import { ErpService } from "../../services/erp.service"; import * as i0 from "@angular/core"; export declare class LoginComponent implements AfterViewInit { cdr: ChangeDetectorRef; activatedRouter: ActivatedRoute; userService: UserService; interceptorsService: InterceptorsService; electronService: ElectronService; erpService: ErpService; destroyRef: DestroyRef; lastLoginedUser: string | null; formGroup: FormGroup; users: string[]; error: string | null; actualVersionInfo: VersionInfo | null; latestVersionError: boolean; live: boolean; hasNewVersion: boolean; passwordInput: InputTextComponent | undefined; login(): void; close(): void; update(): void; getLatestVersionInfo(): void; ngAfterViewInit(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }