import { TransformedPoint } from '../types'; export declare function drawLineStrip(vertices: ReadonlyArray>): string;