import { Type } from '@angular/core'; import { FormBuilder } from '@angular/forms'; import { ActivatedRoute, Router } from '@angular/router'; import { MessageService } from 'primeng/api'; import { ForgotPasswordConfig, ForgotPasswordServiceInterface } from './interfaces/forgot-password.interface'; import * as i0 from "@angular/core"; export declare class GmpForgotPasswordComponent { fb: FormBuilder; router: Router; messageService: MessageService; activatedRoute: ActivatedRoute; private authService; welcomeContentComponent: Type | null; forgotPasswordConfig: ForgotPasswordConfig | null; isLoading: import("@angular/core").WritableSignal; forgotPasswordForm: import("@angular/forms").FormGroup<{ email: import("@angular/forms").FormControl; }>; constructor(authService: ForgotPasswordServiceInterface, welcomeContentComponent: Type, forgotPasswordConfig: ForgotPasswordConfig); goToLogin(): void; submit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }