import type { Observable } from 'rxjs'; import { WorkflowActionComponent, WorkflowComponentType } from '../models'; import * as i0 from "@angular/core"; export declare class CuiArrowWorkFlowComponentControllerApiService { private readonly httpClient; private readonly WORKFLOW_URL; createComponent(arrowActionWorkFlowId: string, type: WorkflowComponentType): Observable; deleteComponent(arrowActionWorkFlowId: string, componentId: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }