import { ThemeDefinition } from './Theme'; interface ColorThemeInterface { COLOR_SCALE: string[]; } /** * ECharts color theme * * @private Not intended as public API and subject to change * @beta */ export declare const ColorTheme: (props: ColorThemeInterface) => ThemeDefinition; export {}; //# sourceMappingURL=color-theme.d.ts.map