import { Vertex } from '../types'; export declare class SvgHelper { getPolyPoints(points: Vertex[]): string; }