export declare const colorsPalette: { [key: string]: string; }; export declare function getHexColorByName(colorName: string): string | never;