import { FormBuilder, FormControl } from '@angular/forms'; import { ActivatedRoute } from '@angular/router'; import * as i0 from "@angular/core"; export declare class ResetPasswordFormComponent { private fb; private route; form: import("@angular/forms").FormGroup<{ email: FormControl; code: FormControl; password: FormControl; repeatPassword: FormControl; }>; constructor(fb: FormBuilder, route: ActivatedRoute); testCode(val: any): boolean; get emailField(): FormControl; get codeField(): FormControl; get passwordField(): FormControl; get repeatPasswordField(): FormControl; set emailFieldValue(value: string); set codeErrors(value: any); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=reset-password-form.component.d.ts.map