/** * Creates a map from keys to colors using ggplot-style palettes. * The palette is selected based on the number of keys. */ export declare function createPaletteMap(keys: string[]): { [k: string]: string; };