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