import type { IThemeColorScheme } from '../../theme/color-scheme/interface';
import type { ISeriesSpec } from '../../typings';
import type { TokenMap } from '../../theme/token';
export declare function preprocessTheme(obj: any, colorScheme?: IThemeColorScheme, tokenMap?: TokenMap, seriesSpec?: ISeriesSpec): any;
