import { DateRangePickerCalendarProps } from './interfaces'; export { DateRangePickerCalendarProps }; export default function DateRangePickerCalendar({ value, setValue, locale, startOfWeek, isDateEnabled, dateDisabledReason, i18nStrings, dateOnly, timeInputFormat, dateInputFormat, customAbsoluteRangeControl, granularity, referrerId, multiGridStartPeriod }: DateRangePickerCalendarProps): JSX.Element;