import type { IObjectOf } from "@thi.ng/api";
import type { ReadonlyVec } from "@thi.ng/vectors";
export declare const points: (ctx: CanvasRenderingContext2D, attribs: IObjectOf<any>, opts: IObjectOf<any>, pts: Iterable<ReadonlyVec>) => void;
//# sourceMappingURL=points.d.ts.map