export declare const FormCollapse: { 'zh-CN': { title: string; addCollapsePanel: string; settings: { 'x-component-props': { accordion: string; collapsible: { title: string; dataSource: string[]; }; ghost: string; bordered: string; }; }; }; 'en-US': { title: string; addCollapsePanel: string; settings: { 'x-component-props': { accordion: string; collapsible: { title: string; dataSource: string[]; }; ghost: string; bordered: string; }; }; }; 'ko-KR': { title: string; addCollapsePanel: string; settings: { 'x-component-props': { accordion: string; collapsible: { title: string; dataSource: string[]; }; ghost: string; bordered: string; }; }; }; }; export declare const FormCollapsePanel: { 'zh-CN': { title: string; settings: { 'x-component-props': { collapsible: { title: string; dataSource: string[]; }; header: string; extra: string; }; }; }; 'en-US': { title: string; settings: { 'x-component-props': { collapsible: { title: string; dataSource: string[]; }; header: string; extra: string; }; }; }; 'ko-KR': { title: string; settings: { 'x-component-props': { collapsible: { title: string; dataSource: string[]; }; header: string; extra: string; }; }; }; };