get
operator fun SVGNameList.get(index: Int): dynamic
operator fun SVGNumberList.get(index: Int): SVGNumber?
operator fun SVGLengthList.get(index: Int): SVGLength?
operator fun SVGStringList.get(index: Int): String?
operator fun SVGTransformList.get(index: Int): SVGTransform?
operator fun SVGPointList.get(index: Int): DOMPoint?