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