/**
 * <zh/> 内置色板
 *
 * <en/> Built-in palettes
 */
export declare const spectral: string[];
export declare const tableau: string[];
export declare const oranges: string[];
export declare const greens: string[];
export declare const blues: string[];
