export declare const Rate: { 'zh-CN': { title: string; settings: { 'x-component-props': { allowHalf: string; tooltips: { title: string; tooltip: string; }; count: string; }; }; }; 'en-US': { title: string; settings: { 'x-component-props': { allowHalf: string; tooltips: { title: string; tooltip: string; }; count: string; }; }; }; 'ko-KR': { title: string; settings: { 'x-component-props': { allowHalf: string; tooltips: { title: string; tooltip: string; }; count: string; }; }; }; };