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