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