import { FormGroup } from '@angular/forms'; import { ClientService } from '../../../controllers/Client'; import * as i0 from "@angular/core"; export declare class UpdateClientFormService { private clientService; form: FormGroup; constructor(clientService: ClientService); submit(raw?: boolean): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }