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