export declare const CALENDAR_ANIMATION_DURATION = 0.2; export type CalendarProps = { month: number; onSelection: (date: Date) => void; year: number; }; export declare const Calendar: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=Calendar.d.ts.map