package js.html; typedef ISVGElementInstanceList = { final length : Float; function item(index:Float):SVGElementInstance; };