export declare const Space: { 'zh-CN': { title: string; settings: { 'x-component-props': { direction: { title: string; dataSource: string[]; }; split: string; wrap: string; align: { title: string; dataSource: string[]; }; }; }; }; 'en-US': { title: string; settings: { 'x-component-props': { direction: { title: string; dataSource: string[]; }; split: string; wrap: string; align: { title: string; dataSource: string[]; }; }; }; }; 'ko-KR': { title: string; settings: { 'x-component-props': { direction: { title: string; dataSource: string[]; }; split: string; wrap: string; align: { title: string; dataSource: string[]; }; }; }; }; };