import * asReactfrom"react";
importtype { DayRangePickerProps } from"./dayRangePickerProps";
/**
* Date range picker with two calendars which can move independently of each other.
*/exportdeclareconstNonContiguousDayRangePicker: React.FC<DayRangePickerProps>;