export declare class SVGService { constructor(); getSVGSVGElement(width: string, height: string): SVGSVGElement; getSVGGElement(stroke: string, strokeWidth: any, fill: string): SVGGElement; getSVGLineElement(x1: string, y1: string, x2: string, y2: string, stroke: string, strokeWidth: any): SVGLineElement; getSVGPathElement(d: string): SVGPathElement; getSVGMarkerElement(id: string, markerWidth: string, markerHeight: string, refX: string, refY: string): SVGMarkerElement; }