import { FC } from 'react'; import { DateInputValueProps } from 'web-platform-alpha'; import { CalendarBaseProps, DateRangeValue } from './types'; export declare type RangeCalendarProps = CalendarBaseProps & DateInputValueProps; export declare const RangeCalendar: FC;