import { ExclusiveGateway, FlowNodeState } from "@edp-pmf/bpmn-model"; import { ExclusiveGatewayCell } from "@edp-pmf/grapheditor"; /** * 排他网关节点,增加状态图片信息 */ export declare class WfExclusiveGatewayCell extends ExclusiveGatewayCell { imgUrls: { [FlowNodeState.Default]: string; [FlowNodeState.Selected]: string; }; createFlowElement(flowElt?: ExclusiveGateway): ExclusiveGateway; }