export declare const Slider: {
    "ru-RU": {
        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;
            };
        };
    };
};
