export function nameToIndex(name: any): any;
export function toHex(n: any): any;
export function indexToRGB(index: any): any;
export function indexToHex(index: any): any;
export function match(r1: any, g1: any, b1: any, lookup: any): any;
export function RGBtoHex(r: any, g: any, b: any): string;
export function RGBtoHSB(r: any, g: any, b: any): (number | undefined)[];
export function HSBtoRGB(h: any, s: any, v: any): number[];
export function hexToRGB(hex: any): number[];
export function reduce(color: any, total: any): any;
