export declare const DatePicker: {
    "ru-RU": {
        title: string;
        settings: {
            "x-component-props": {
                disabledDate: {
                    title: string;
                    tooltip: string;
                };
                disabledTime: {
                    title: string;
                    tooltip: string;
                };
                inputReadOnly: string;
                format: string;
                picker: {
                    title: string;
                    dataSource: string[];
                };
                showNow: string;
                showTime: string;
                showToday: string;
            };
        };
    };
    "en-US": {
        title: string;
        settings: {
            "x-component-props": {
                disabledDate: {
                    title: string;
                    tooltip: string;
                };
                disabledTime: {
                    title: string;
                    tooltip: string;
                };
                inputReadOnly: string;
                format: string;
                picker: {
                    title: string;
                    dataSource: string[];
                };
                showNow: string;
                showTime: string;
                showToday: string;
            };
        };
    };
};
export declare const DateRangePicker: {};
