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