import { EventEmitter } from "@angular/core"; import { Store } from "@ngrx/store"; import { IAppState } from "../../store/state/app.state"; import { EButtonType } from "../../data-types/button.enum"; import { FormGroup } from "@angular/forms"; import { Router } from "@angular/router"; import { TranslateService } from "@ngx-translate/core"; import * as i0 from "@angular/core"; export declare class PwdRecoveryComponent { private _store; private router; private translate; goLogin: EventEmitter; recoveryToken: string; email: string; password: string; repeatPassword: string; error: string; EButtonType: typeof EButtonType; constructor(_store: Store, router: Router, translate: TranslateService); get getLandingImage(): string; get getLandingImageMobile(): string; pwdRecoveryForm: FormGroup; checkPasswords(group: FormGroup): { notSame: boolean; }; get getLogoImage(): string; changePwd($event: any): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }