import './global';
import { VERSION } from './constants';
import themes, { Themes } from './themes/index';
import './cdn.scss';
import * as G2Core from '@antv/g2/esm/core';
export { G2Core };
export declare const version: string;
export { VERSION };
export declare const COLORS: Themes;
export declare const THEMES: Themes;
export { themes };
export { default as track } from './track';
export { plugins, pluginManager } from './plugins';
export { default as Util } from './Util';
export { default as Wline, Line as RawLine } from './Wline';
export { default as Wlinebar, Linebar as RawLinebar } from './Wlinebar';
export { default as Wlinescatter, Linescatter as RawLinescatter } from './Wlinescatter';
export { default as Wlinebox, Linebox as RawLinebox } from './Wlinebox';
export { default as Wpie, Pie as RawPie } from './Wpie';
export { default as Wradar, Radar as RawRadar } from './Wradar';
export { default as Wbar, Bar as RawBar } from './Wbar';
export { default as Wfunnel, Funnel as RawFunnel } from './Wfunnel';
export { default as Wnightingale, Nightingale as RawNightingale } from './Wnightingale';
export { default as Wheatmap, Heatmap as RawHeatmap } from './Wheatmap';
export { default as Wmap, Map as RawMap } from './Wmap';
export { default as Wrectangle, Rectangle as RawRectangle } from './Wrectangle';
export { default as Wminiline, Miniline as RawMiniline } from './Wminiline';
export { default as WmultiPie, MultiPie as RawMultiPie } from './Wmultipie';
export { default as Wmulticircle, MultiCircle as RawMultiCircle } from './Wmulticircle';
export { default as Wbox, Box as RawBox } from './Wbox';
export { default as Wsankey, Sankey as RawSankey } from './Wsankey';
export { default as Wscatter, Scatter as RawScatter } from './Wscatter';
export { default as Whistogram, Histogram as RawHistogram } from './Whistogram';
export { default as Wtreemap, Treemap as RawTreemap } from './Wtreemap';
export { default as Wcandlestick, Candlestick as RawCandlestick } from './Wcandlestick';
export { default as Whierarchy, Hierarchy as RawHierarchy } from './Whierarchy';
export { default as Wnumber } from './Wnumber/index';
export { default as Wcontainer } from './Wcontainer/index';
export { default as Wicon } from './Wicon/cdn';
export { default as Wcircle } from './Wcircle/index';
export { default as Wminicontainer } from './Wminicontainer/index';
export { default as Wshoot } from './Wshoot/index';
export { default as Wplaceholder } from './Wplaceholder/index';
export { default as Wcount } from './Wcount/index';
export { Wnumbercard, Wnumberoverview } from './Wnumbercard/index';
export { default as Wcapacity } from './Wcapacity/index';
export { default as ChartProvider, setLanguage, getLanguage } from './ChartProvider/index';
