declare const number2color: (input: number) => string; declare const color2number: (input: string) => number; export { color2number, number2color };