/** * 组件内置的多语言文案 */ declare const bundles: { 'zh-CN': { more: string; }; 'en-US': { more: string; }; }; export default bundles;