import { FormGroup } from '@angular/forms'; import { ForgotPasswordComponentService } from './forgot-password-component.service'; import * as i0 from "@angular/core"; export declare class ForgotPasswordComponent { protected service: ForgotPasswordComponentService; constructor(service: ForgotPasswordComponentService); form: FormGroup; isUpdating$: import("rxjs").Observable; onSubmit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }