import { EventEmitter } from "@angular/core"; import { UntypedFormGroup } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class BaseEditBpmnDecisionComponent { formGroupParent: UntypedFormGroup; formName: string; typeDecision: any; arrDecision: any; valueChange: EventEmitter; getDataChange: EventEmitter; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }