import { OnInit } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import { ActivatedRoute } from '@angular/router'; import { Subscription } from 'rxjs'; import { AuthRoutingService } from '../../../services/auth-routing.service'; import * as i0 from "@angular/core"; export declare class LoginFormComponent implements OnInit { private fb; private route; routing: AuthRoutingService; mfaOnly: boolean; form: FormGroup<{ email: import("@angular/forms").FormControl; password: import("@angular/forms").FormControl; authCode: import("@angular/forms").FormControl; recoveryCode: import("@angular/forms").FormControl; }>; routeSub: Subscription; constructor(fb: FormBuilder, route: ActivatedRoute, routing: AuthRoutingService); ngOnInit(): void; removeValidators(validatorsArray: Array): void; testCode(val: any): boolean; testRecovery(val: any): boolean; enableRecovery(): void; enable2Fa(): void; get emailField(): import("@angular/forms").FormControl; get passwordField(): import("@angular/forms").FormControl; get authCodeField(): import("@angular/forms").FormControl; get recoveryCodeField(): import("@angular/forms").FormControl; set codeErrors(value: any); set setEmail(val: string); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=login-form.component.d.ts.map