import { DatePickerProps, MonthPickerProps, WeekPickerProps, RangePickerProps } from 'antd/es/date-picker'; import DRangePicker from './RangePicker'; import './style/index.less'; declare function DDatePicker(props: DatePickerProps): JSX.Element; declare namespace DDatePicker { var RangePicker: typeof DRangePicker; } export declare type DDatePickerProps = DatePickerProps; export declare type DMonthPickerProps = MonthPickerProps; export declare type DWeekPickerProps = WeekPickerProps; export declare type DRangePickerProps = RangePickerProps; export default DDatePicker;