/// import { DatePickerProps } from './types/DatePickerProps'; export declare function DatePicker({ value, initialDate, mode, minDate, maxDate, onChange, ...others }: DatePickerProps): JSX.Element;