import { ParallelGateway, FlowNodeState } from "@edp-pmf/bpmn-model"; import { ParallelGatewayCell } from "@edp-pmf/grapheditor"; /** * 并行事件节点,增加状态图片信息 */ export declare class WfParallelGatewayCell extends ParallelGatewayCell { imgUrls: { [FlowNodeState.Default]: string; [FlowNodeState.Selected]: string; }; createFlowElement(flowElt?: ParallelGateway): ParallelGateway; }