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