export declare const RadioGroup: { 'zh-CN': { title: string; settings: { 'x-component-props': { buttonStyle: { title: string; dataSource: string[]; }; optionType: { title: string; dataSource: string[]; }; }; }; }; 'en-US': { title: string; settings: { 'x-component-props': { buttonStyle: { title: string; dataSource: string[]; }; optionType: { title: string; dataSource: string[]; }; }; }; }; 'ko-KR': { title: string; settings: { 'x-component-props': { buttonStyle: { title: string; dataSource: string[]; }; optionType: { title: string; dataSource: string[]; }; }; }; }; };