/**
 *
 * Great tool to create color palette
 * http://www.perbang.dk/rgbgradient/
 */
export declare const SEQ = "sequential";
export declare const SIN = "singlehue";
export declare const QUA = "qualitative";
export declare const DIV = "diverging";
export declare const DataVizColors: {
    aqua: string;
    tumbleweed: string;
    mule_fawn: string;
    tree_poppy: string;
    flame: string;
    sapphire: string;
    orchid: string;
    chathams_blue: string;
    med_aquamarine: string;
    crocodile: string;
    java: string;
    chalky: string;
    light_taupe: string;
    peach_orange: string;
    apricot: string;
    portage: string;
    light_orchid: string;
    blue_green: string;
    bermuda: string;
    cloudy: string;
};
export declare const VizColorPalette: {
    name: string;
    type: string;
    category: string;
    colors: string[];
}[];
