import { FC } from 'react';
import { DatePickerProps } from './types';
declare const DatePicker: FC<DatePickerProps>;
export default DatePicker;
