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