export declare const Space: {
    "ru-RU": {
        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[];
                };
            };
        };
    };
};
