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