import type { Shape } from "../../curves/Shape.ts"; import { Geometry } from "../Geometry.ts"; /** Triangulates one or more flat Shape objects into a filled 2D geometry on the XY plane. */ export declare class ShapeGeometry extends Geometry { constructor(shapes: Shape | Shape[], curveSegments?: number); } //# sourceMappingURL=ShapeGeometry.d.ts.map