import { EventEmitter } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import { CardData } from 'verben-ng-ui'; import { TaskAssignmentType } from 'verben-workflow-ui/src/lib/models'; import { Workflow } from 'verben-workflow-ui/src/lib/models'; import { WorkflowOperation } from 'verben-workflow-ui/src/lib/models'; import { Status } from 'verben-workflow-ui/src/lib/models'; import * as i0 from "@angular/core"; export declare class WorkflowFormComponent { private fb; operations: WorkflowOperation[]; get currentData(): CardData | null; set currentData(value: CardData | null); private _currentData; designerUrl: import("@angular/core").InputSignal; switchView: EventEmitter; onSave: EventEmitter>; form: FormGroup; assignmentTypes: TaskAssignmentType[]; statuses: Status[]; constructor(fb: FormBuilder); ngOnInit(): void; handleSubmit(): void; onDelete(): void; disableProcessing(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }