export declare const heatmapColorThemes: {
    green: string[];
    blue: string[];
    orange: string[];
    purple: string[];
    red: string[];
};
export type HeatmapColorTheme = keyof typeof heatmapColorThemes;
