export declare const FormTab: { 'zh-CN': { title: string; addTabPane: string; settings: { 'x-component-props': { animated: string; centered: string; tab: string; type: { title: string; dataSource: { label: string; value: string; }[]; }; }; }; }; 'en-US': { title: string; addTabPane: string; settings: { 'x-component-props': { animated: string; centered: string; tab: string; type: { title: string; dataSource: { label: string; value: string; }[]; }; }; }; }; 'ko-KR': { title: string; addTabPane: string; settings: { 'x-component-props': { animated: string; centered: string; tab: string; type: { title: string; dataSource: { label: string; value: string; }[]; }; }; }; }; }; export declare const FormTabPane: { 'zh-CN': { title: string; settings: { 'x-component-props': { tab: string; }; }; }; 'en-US': { title: string; settings: { 'x-component-props': { tab: string; }; }; }; 'ko-KR': { title: string; settings: { 'x-component-props': { tab: string; }; }; }; };