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