import type { IInitVChartSemiThemeOption } from './interface'; import type { ThemeMode } from '@visactor/vchart-theme-utils'; import { VChartExtendThemeHelper } from '@visactor/vchart-theme-utils'; import type { ITheme } from '@visactor/vchart'; export declare class VChartSemiThemeHelper extends VChartExtendThemeHelper { static themeModeAttribute: string; static themeNamePrefix: string; themeModeAttribute: string; themeNamePrefix: string; baseTheme: Record; tokenMap: { dataScheme: import("@visactor/vchart-theme-utils").DataSchemeTokenMap; palette: import("@visactor/vchart-theme-utils").PaletteTokenMap; }; options: IInitVChartSemiThemeOption; init(): void; }