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