import type { DayRangePickerProps } from "./dayRangePickerProps";
/**
 * Date range picker with two calendars which can move independently of each other.
 */
export declare const NonContiguousDayRangePicker: React.FC<DayRangePickerProps>;
