import type { IInitVChartArcoThemeOption } from './interface'; import { VChartArcoThemeHelper } from './theme-helper'; export * from './common'; export * from './interface'; export * from './theme-helper'; export * from './theme-map'; export * from './light'; export * from './dark'; export declare const initVChartArcoTheme: (options?: IInitVChartArcoThemeOption) => VChartArcoThemeHelper;