/** * Bona Iqiniso v3 backend powered by spring boot. * v3.0.0 * BI v3 REST API * Thaste IT * http://www.thaste.org/ * info@thaste.org * License of API * localhost:8080 */ import { FormGroup } from '@angular/forms'; import { LabelService } from '../../../controllers/Label'; export declare class GetAllLabelsFormService { private labelService; form: FormGroup; constructor(labelService: LabelService); submit(raw?: boolean): import("rxjs").Observable; }