export declare const Text: { 'zh-CN': { title: string; settings: { 'x-component-props': { content: string; mode: { title: string; dataSource: string[]; }; }; }; }; 'en-US': { title: string; settings: { 'x-component-props': { content: string; mode: { title: string; dataSource: string[]; }; }; }; }; 'ko-KR': { title: string; settings: { 'x-component-props': { content: string; mode: { title: string; dataSource: string[]; }; }; }; }; };