import { EventEmitter, OnInit } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import { CardData } from 'verben-ng-ui'; import { Actor, ActorTag, Status, Tag } from 'verben-workflow-ui/src/lib/models'; import * as i0 from "@angular/core"; export declare class ActorsFormComponent implements OnInit { private fb; onSave: EventEmitter>; switchView: EventEmitter; get currentData(): CardData | null; set currentData(value: CardData | null); private _currentData; private facade; form: FormGroup; tags: import("@angular/core").Signal; actorTags: import("@angular/core").Signal; statusOptions: Status[]; constructor(fb: FormBuilder); ngOnInit(): void; handleSubmit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }