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