import { RangePickerProps } from './interface'; declare const Picker: { (baseProps: RangePickerProps): JSX.Element; displayName: string; }; export default Picker;