import { mxCell, MxGraphNS } from "@edp-pmf/mxgraph-ts"; import { FlowElement, DiagramElement } from "@edp-pmf/bpmn-model"; export declare class Cell extends mxCell { flowElement: FlowElement; diagramElement: DiagramElement & { BpmnElementId: string; }; constructor(value?: any, geometry?: MxGraphNS.mxGeometry, style?: string); }