import { AriaRangeCalendarProps, DateValue } from '@react-types/calendar'; import { RangeCalendarStateOptions } from 'react-stately'; type Props = RangeCalendarStateOptions | AriaRangeCalendarProps; declare function RangeCalendar(props: Props): import("react/jsx-runtime").JSX.Element; export { RangeCalendar };