import * as React from 'react'; import type { IDatePickerProps } from './DatePicker.types'; export declare const DatePicker: React.FunctionComponent;