declare function polyline(g: SVGGElement, poly: number[][], class_?: string, delay?: number): SVGPathElement[]; export { polyline };