import ShapeNode from "../../../reader/node/ShapeNode"; export declare function createLine(shapeNode: ShapeNode): SVGElement; export declare function createStraightConnector1(shapeNode: ShapeNode): SVGElement; export declare function createBentConnector2(shapeNode: ShapeNode): SVGElement; export declare function createBentConnector3(shapeNode: ShapeNode): SVGElement; export declare function createCurvedConnector3(shapeNode: ShapeNode): SVGElement;