import { Calendar } from "./calendar";
export declare const calander: {
    Calendar: typeof Calendar;
};
