import { TransformedPoint } from '../types'; export declare const drawTriangle: (vertices: ReadonlyArray>) => string;