/** * Shape */ export declare const mxActor: typeof import("./mxgraph-types").MxGraphNS.mxActor; export declare const mxArrow: typeof import("./mxgraph-types").MxGraphNS.mxArrow; export declare const mxArrowConnector: typeof import("./mxgraph-types").MxGraphNS.mxArrowConnector; export declare const mxCloud: typeof import("./mxgraph-types").MxGraphNS.mxCloud; export declare const mxConnector: typeof import("./mxgraph-types").MxGraphNS.mxConnector; export declare const mxCylinder: typeof import("./mxgraph-types").MxGraphNS.mxCylinder; export declare const mxDoubleEllipse: typeof import("./mxgraph-types").MxGraphNS.mxDoubleEllipse; export declare const mxEllipse: typeof import("./mxgraph-types").MxGraphNS.mxEllipse; export declare const mxHexagon: typeof import("./mxgraph-types").MxGraphNS.mxHexagon; export declare const mxImageShape: typeof import("./mxgraph-types").MxGraphNS.mxImageShape; export declare const mxLabel: typeof import("./mxgraph-types").MxGraphNS.mxLabel; export declare const mxLine: typeof import("./mxgraph-types").MxGraphNS.mxLine; export declare const mxMarker: { markers: any[]; addMarker(type: any, funct: any): void; createMarker(canvas: any, shape: any, type: any, pe: any, unitX: any, unitY: any, size: any, source: any, sw: any, filled: any): any; }; export declare const mxPolyline: typeof import("./mxgraph-types").MxGraphNS.mxPolyline; export declare const mxRectangleShape: typeof import("./mxgraph-types").MxGraphNS.mxRectangleShape; export declare const mxRhombus: typeof import("./mxgraph-types").MxGraphNS.mxRhombus; export declare const mxShape: typeof import("./mxgraph-types").MxGraphNS.mxShape; export declare const mxStencil: typeof import("./mxgraph-types").MxGraphNS.mxStencil; export declare const mxStencilRegistry: { stencils: {}; addStencil(name: any, stencil: any): void; getStencil(name: any): any; }; export declare const mxSwimlane: typeof import("./mxgraph-types").MxGraphNS.mxSwimlane; export declare const mxText: typeof import("./mxgraph-types").MxGraphNS.mxText; export declare const mxTriangle: typeof import("./mxgraph-types").MxGraphNS.mxTriangle;