import type { ModelSpec } from "@thi.ng/webgl"; import type { MSDFFont, TextAlign, TextOpts } from "./api.js"; export declare const text: (glyphs: MSDFFont, txt: string, opts?: Partial) => ModelSpec; export declare const textWidth: (font: MSDFFont, opts: Partial, txt: string) => number; export declare const alignLeft: TextAlign; export declare const alignRight: TextAlign; export declare const alignCenter: TextAlign; //# sourceMappingURL=text.d.ts.map