/// import { DateRangePickerInputProps } from '../interfaces/rangepicker.interfaces'; declare const DateRangeCalendarPickerInput: { (props: DateRangePickerInputProps): JSX.Element; defaultProps: { closeButtonText: string; isDisabled: boolean; }; }; export default DateRangeCalendarPickerInput;