import { ChangeDetectorRef } from '@angular/core'; import { Router } from '@angular/router'; import { NbAuthService } from '@nebular/auth'; import { LoginLangService } from '../login-lang.service'; export declare class ResetPasswordComponent { protected service: NbAuthService; protected langService: LoginLangService; protected options: {}; protected cd: ChangeDetectorRef; protected router: Router; redirectDelay: number; showMessages: any; strategy: string; submitted: boolean; errors: string[]; messages: string[]; user: any; constructor(service: NbAuthService, langService: LoginLangService, options: {}, cd: ChangeDetectorRef, router: Router); resetPass(): void; getConfigValue(key: string): any; }