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