export declare const DatePicker: { 'zh-CN': { 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; }; }; }; 'ko-KR': { 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: {};