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