import type { DayRangePickerProps } from "./dayRangePickerProps";
/**
 * Render a standard day range picker where props.contiguousCalendarMonths is expected to be `true`.
 */
export declare const ContiguousDayRangePicker: React.FC<DayRangePickerProps>;
