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