declare const VERSION: string;
declare const THEME: string;
export { VERSION };
export { THEME };
export declare const FullCamelName = "CloudCharts";
export declare const FullCrossName = "cloud-charts";
export declare const FullTrackName = "CloudChartsTrackEnable";
export declare const FullTestName = "CloudChartsTestEnable";
export declare const FullQualityName = "CloudChartsQualityInfo";
export declare const FullThemeName = "CloudChartsDefaultTheme";
export declare const FullThemeEventName = "setCloudChartsTheme";
export declare const TrackName = "cloud-chart.use.init";
export declare const PrefixName = "cloud";
export declare const FullLanguageName = "CloudChartsDefaultLanguage";
export declare const FullLanguageEventName = "setCloudChartsLanguage";
declare global {
    interface Window {
        /**
         * 通过全局变量控制是否开启用户跟踪系统
         * */
        CloudChartsTrackEnable?: boolean;
    }
}
