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