export declare const toRGB: (code: string) => number[]; export declare const toHex: (ary: number[]) => string; export declare const colorIncrement: (start: string, end: string, range: number) => number[];