import React from "react"; import { AppointmentCalenderProps } from "./types"; export declare const AppointmentCalender: React.FC;