import { RangePickerProps } from "./rangePicker.type";
export declare const RangePicker: ({ autoResponsive, allowDisabledDaysSpan, components, disabled, dayClasses, disabledAfterDate, disabledBeforeToday, disabledBeforeDate, disabledDays, initialMonthAndYear, jalali, locale, numberOfMonths: numberOfMonthsProps, onChange, onRangeDateInScreen, selectedDays: selectedDaysProps, startOfWeek, theme: themeProps, }: RangePickerProps) => JSX.Element;
