import React from 'react'; import './index.less'; export declare const disabledDate: (current: any, position: any, currentDate: any) => any; declare const DateRange: ({ state, dispatch, key }: any) => React.JSX.Element; export default DateRange;