export declare const Slider: { 'zh-CN': { title: string; settings: { 'x-component-props': { dots: string; range: string; reverse: string; vertical: string; tooltipPlacement: { title: string; tooltip: string; }; tooltipVisible: { title: string; tooltip: string; }; max: string; min: string; step: string; marks: string; }; }; }; 'en-US': { title: string; settings: { 'x-component-props': { dots: string; range: string; reverse: string; vertical: string; tooltipPlacement: { title: string; tooltip: string; }; tooltipVisible: { title: string; tooltip: string; }; max: string; min: string; step: string; marks: string; }; }; }; 'ko-KR': { title: string; settings: { 'x-component-props': { dots: string; range: string; reverse: string; vertical: string; tooltipPlacement: { title: string; tooltip: string; }; tooltipVisible: { title: string; tooltip: string; }; max: string; min: string; step: string; marks: string; }; }; }; };