import { type ChartsColorPaletteCallback } from "../types.js";
export declare const orangePaletteLight: string[];
export declare const orangePaletteDark: string[];
export declare const orangePalette: ChartsColorPaletteCallback;