import { CalendarNavigationAction } from '../types'; export declare function durationInMonthViews(start: Date, end: Date): number; export declare function getMonthViewData(viewDate: Date): Date[][]; export declare function moveInMonthView(date: Date, action: CalendarNavigationAction): Date;