export declare const Transfer: {
    "ru-RU": {
        title: string;
        settings: {
            "x-component-props": {
                oneWay: string;
                operations: {
                    title: string;
                    tooltip: string;
                };
                titles: {
                    title: string;
                    tooltip: string;
                };
                showSearchAll: string;
                filterOption: string;
            };
        };
    };
    "en-US": {
        title: string;
        settings: {
            "x-component-props": {
                oneWay: string;
                operations: {
                    title: string;
                    tooltip: string;
                };
                titles: {
                    title: string;
                    tooltip: string;
                };
                showSearchAll: string;
                filterOption: string;
            };
        };
    };
};
