import React from "react"; import { DayPicker } from "react-day-picker"; export type CalendarProps = React.ComponentProps; export declare const Calendar: React.ForwardRefExoticComponent>; //# sourceMappingURL=Calendar.d.ts.map