/// import { DatePickerProps } from './types'; export declare const DatePicker: (props: DatePickerProps) => JSX.Element;