/** * 内置色板 * * 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[];