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