import type { Attribs, Vec2Like } from "./api.js"; export declare const polygon: (pts: Vec2Like[], attribs?: Attribs, ...body: any[]) => any[]; //# sourceMappingURL=polygon.d.ts.map