import * asReactfrom"react";
importtype { DayRangePickerProps } from"./dayRangePickerProps";
/**
* Render a standard day range picker where props.contiguousCalendarMonths is expected to be `true`.
*/exportdeclareconstContiguousDayRangePicker: React.FC<DayRangePickerProps>;