/** * Built-in 2D Wireframe Circle Geometry; a preset 30-sided Wireframe Polygon * * Using 30 as the lowest vertex count which produces a smooth circle */ export declare const CIRCLE: import("../..").Geometry;