/**
 * 根据字符串hash值生成颜色值
 */
declare const colorGenByHash: (str: string) => string;

export { colorGenByHash };
