/**
 * 随机颜色
 */
declare function getRandomColor(): string;

export { getRandomColor };
