import { FC } from "react";
import { CalendarProps } from "./calendar.type";
export declare const Calendar: FC<CalendarProps>;
