import { FormGroup } from '@angular/forms'; import { GlobalMessageService, RoutingService } from '@spartacus/core'; import { UserPasswordFacade } from '@spartacus/user/profile/root'; import { BehaviorSubject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class UpdatePasswordComponentService { protected userPasswordService: UserPasswordFacade; protected routingService: RoutingService; protected globalMessageService: GlobalMessageService; constructor(userPasswordService: UserPasswordFacade, routingService: RoutingService, globalMessageService: GlobalMessageService); protected busy$: BehaviorSubject; isUpdating$: import("rxjs").Observable; form: FormGroup; /** * Updates the password for the user. */ updatePassword(): void; protected onSuccess(): void; protected onError(_error: Error): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }