import { Geometry } from '../geometry'; /** * Built-in 2D Pentagon Geometry, setting out the information required to render pentagons * * Not using POLYGON() because the resultant shape is 'rotated' strangely */ export declare const PENTAGON: Geometry;