import React from 'react'; import { RangePickerHandle } from './interface'; declare const PickerComponent: React.ForwardRefExoticComponent & React.RefAttributes>; export default PickerComponent;