export declare const RAINBOW_VIVID_COLORS: string[];
export declare const RAINBOW_AQUARELLE_COLORS: string[];
export declare const COLORS_SCALE_58_AQUARELLE: any;
export declare const COLORS_SCALE_10_AQUARELLE: any;
export declare const COLORS_SCALE_58_VIVID: any;
export declare const COLORS_SCALE_10_VIVID: any;
export declare const COLORS_SCALE_58_BLUE_GREEN: any;
export declare const generateGreenBluePalette: (count: number) => string[];
export declare const getSystemColor: (key: string) => string;
export declare const DELIVERY_RATE_SUCCESS_CATEGORY_COLORS: {
    readonly excellent: "#4CAF50";
    readonly very_good: "#8BC34A";
    readonly good: "#CDDC39";
    readonly fair: "#FFEB3B";
    readonly needs_improvement: "#FF9800";
    readonly poor: "#F44336";
};
