import { FC } from "react";
type Props = {};
declare const CurrentMonth: FC<Props>;
export default CurrentMonth;
