import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { Router } from '@angular/router'; import { FormOptions, TextBoxOptions } from '@bnsights/bbsf-controls'; import { UtilityService } from '@bnsights/bbsf-utilities'; import { Observable } from 'rxjs'; import { AccountService } from '../../shared/Services/AccountService.service'; import * as i0 from "@angular/core"; export declare class ForgotPasswordComponent implements OnInit { utilityService: UtilityService; private accountService; private router; forgotForm: FormGroup<{}>; forgotFormOptions: FormOptions; email: TextBoxOptions; constructor(utilityService: UtilityService, accountService: AccountService, router: Router); ngOnInit(): void; getForgotModel: () => any[]; getForgotFunction: (email: any) => Observable; onSuccessHandler: (result: any) => void; onErrorHandler: (error: any) => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }