import type Calendar from "../../index"; import type { MonthDisplayType } from "../../types"; export declare function setMonthDisplayType(this: Calendar, monthDisplayType: MonthDisplayType): void; export declare function handleMonthYearDisplayClick(this: Calendar, e: MouseEvent): void; export declare function handlePrevMonthButtonClick(this: Calendar): void; export declare function handleNextMonthButtonClick(this: Calendar): void; export declare function updateMonthYear(this: Calendar): void;