import { MonthDisplayType } from "../../types"; export declare function setMonthDisplayType(monthDisplayType: MonthDisplayType): void; /** Invoked on month or year click */ export declare function handleMonthYearDisplayClick(e: any): void; export declare function handlePrevMonthButtonClick(): void; export declare function handleNextMonthButtonClick(): void; /** Update Month and Year HTML */ export declare function updateMonthYear(): void;