import { FormGroup } from '@angular/forms'; import { Title } from '@spartacus/user/profile/root'; import { Observable } from 'rxjs'; import { UpdateProfileComponentService } from './update-profile-component.service'; import * as i0 from "@angular/core"; export declare class UpdateProfileComponent { protected service: UpdateProfileComponentService; constructor(service: UpdateProfileComponentService); form: FormGroup; isUpdating$: Observable; titles$: Observable; onSubmit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }