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