import type { DatePickerProps } from './types'; export declare function DatePicker(props: DatePickerProps): React.ReactElement | null;