/** * @author: yanxianliang * @date: 2025-07-02 14:15 * @desc: 字符串自动映射成色卡 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import ColorHash from 'color-hash'; export declare function stringToColor(text: string): ColorHash.ColorValueArray;