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