import type { Attribs } from "./api.js"; import type { Vec } from "@thi.ng/vectors"; import { Polygon3 } from "./api/polygon3.js"; export declare const polygon3: (pts?: Iterable, attribs?: Attribs) => Polygon3; //# sourceMappingURL=polygon3.d.ts.map