import React from 'react'; import type { TCalendar } from './types'; declare const RootCalendar: React.MemoExoticComponent<({ year, month, selectedDate, onDateChange, dateSeparator, minDate, maxDate, dayStyle, selectedDayStyle, selectedDayColor, dayTextStyle, selectedDayTextColor, dayTextColor, disabledTextColor, }: TCalendar) => JSX.Element>; export default RootCalendar; //# sourceMappingURL=RootCalendar.d.ts.map