import type { DatePickerProps as AntdDatePickerProps } from 'antd'; export type DatePickerProps = AntdDatePickerProps; export declare const DatePicker: React.FC;