// 针对 ASCM 定制,移除图表库 export * from './index-ascm'; // 语言包 import enus from './types/locale/en-us'; import jajp from './types/locale/ja-jp'; import zhcn from './types/locale/zh-cn'; import zhhk from './types/locale/zh-hk'; import zhtw from './types/locale/zh-tw'; import vivn from './types/locale/vi-vn'; import itit from './types/locale/it-it'; export declare const locales: { 'en-us': typeof enus; 'ja-jp': typeof jajp; 'zh-cn': typeof zhcn; 'zh-hk': typeof zhhk; 'zh-tw': typeof zhtw; 'vi-vn': typeof vivn; 'it-it': typeof itit; }