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