import type { IInitVChartSemiThemeOption } from '@visactor/vchart-semi-theme'; import { VChartTTPlatformThemeHelper } from './theme-helper'; export * from './theme-helper'; export * from './theme-map'; export * from './light'; export * from './dark'; export declare const initVChartTTPlatformTheme: (options?: IInitVChartSemiThemeOption) => VChartTTPlatformThemeHelper;