export declare const adjustBrightness: (hex: string, percent: number) => string;
export declare const getRandomColor: () => string;
export declare const getContrastColor: (hex: string) => "#000000" | "#FFFFFF";
export declare const getColorOfLetter: (letter: string) => string;
//# sourceMappingURL=utils.d.ts.map