import { EventEmitter } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import { CardData } from 'verben-ng-ui'; import { FlowableStatus } from 'verben-workflow-ui/src/lib/models'; import * as i0 from "@angular/core"; export declare class FlowableStatusFormComponent { private fb; onSave: EventEmitter>; switchView: EventEmitter; get currentData(): CardData | null; set currentData(value: CardData | null); private _currentData; form: FormGroup; constructor(fb: FormBuilder); handleSubmit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }