export declare const NumberPicker: { 'zh-CN': { title: string; settings: { 'x-component-props': { formatter: { title: string; tooltip: string; }; keyboard: string; parser: { title: string; tooltip: string; }; decimalSeparator: string; precision: string; max: string; min: string; step: string; stringMode: { title: string; tooltip: string; }; }; }; }; 'en-US': { title: string; settings: { 'x-component-props': { formatter: { title: string; tooltip: string; }; keyboard: string; parser: { title: string; tooltip: string; }; decimalSeparator: string; precision: string; max: string; min: string; step: string; stringMode: { title: string; tooltip: string; }; }; }; }; 'ko-KR': { title: string; settings: { 'x-component-props': { formatter: { title: string; tooltip: string; }; keyboard: string; parser: { title: string; tooltip: string; }; decimalSeparator: string; precision: string; max: string; min: string; step: string; stringMode: { title: string; tooltip: string; }; }; }; }; };