import * as React from 'react'; export interface RangePickerProps { } declare const RangePicker: React.FC; export default RangePicker;