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