import React from "react";
import { MonthlyCalendarProps } from "../interfaces";
declare const MonthlyCalendar: (props: MonthlyCalendarProps) => React.JSX.Element;
export default MonthlyCalendar;
