export declare const Transfer: { 'zh-CN': { 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; }; }; }; 'ko-KR': { title: string; settings: { 'x-component-props': { oneWay: string; operations: { title: string; tooltip: string; }; titles: { title: string; tooltip: string; }; showSearchAll: string; filterOption: string; }; }; }; };