import type { Rgba, TextElement } from '../api.js'; export declare function composeText(texts: TextElement[]): { char: string; color: Rgba; }[][]; //# sourceMappingURL=text.d.ts.map