declare var require: any; interface SVGSVGElement { viewBox: string; } interface SVGPathElement { d: string; }