import { RecaptchaService } from '../../services/recaptcha.service'; import { Router } from '@angular/router'; import { FlashMessageService, RequestCallsService } from '@qorpo/common'; import { ResetPasswordFormComponent } from '../../components/form-components/reset-password-form/reset-password-form.component'; import { AuthLibConfig } from '../../lib-config'; import { AuthRoutingService } from '../../services/auth-routing.service'; import * as i0 from "@angular/core"; export declare class ResetPasswordComponent { private router; private flash; private recaptcha; private request; private readonly libConfig; routing: AuthRoutingService; loading: boolean; token: string; resetPasswordForm: ResetPasswordFormComponent; theme: 'qid' | 'qmarket'; constructor(router: Router, flash: FlashMessageService, recaptcha: RecaptchaService, request: RequestCallsService, libConfig: AuthLibConfig, routing: AuthRoutingService); setNewPassword(): void; requestPasswordChange(token: any): void; counter(i: any): Array; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=reset-password.component.d.ts.map