/** * Model */ export declare const mxCell: typeof import("./mxgraph-types").MxGraphNS.mxCell; export declare const mxCellPath: { PATH_SEPARATOR: string; create(cell: any): string; getParentPath(path: any): any; resolve(root: any, path: any): any; compare(p1: any, p2: any): number; }; export declare const mxGeometry: typeof import("./mxgraph-types").MxGraphNS.mxGeometry; export declare const mxGraphModel: typeof import("./mxgraph-types").MxGraphNS.mxGraphModel;