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