export declare class Colorizer { static stringToColor(str: string, bgColor?: string): string; private static stringToHash; private static ensureContrast; private static hexToRgb; private static getYIQ; }