import * as React$1 from 'react';
import { DayPicker } from 'react-day-picker';

type CalendarProps = React$1.ComponentProps<typeof DayPicker>;

declare const Calendar: React.FC<CalendarProps>;

export { Calendar, type CalendarProps };
