import { ComponentProps } from 'react'; export declare type DatePickerProps = ComponentProps; export declare const DatePicker: import("react").FC>;