import { HexColor } from '@kepler.gl/types';
declare const COLORS: {
    [key: string]: HexColor;
};
export default COLORS;
export declare const ColorsByTheme: {
    [theme: string]: {
        [idx: string]: HexColor;
    };
};
export declare const Themes: string[];
