export type RgbColor = [r: number, g: number, b: number]; export declare function textToRgb(text?: string): RgbColor;