import { DatepickerFormatOptions, DaysCalendarModel, MonthViewModel } from '../models/index'; export declare function formatMonthView(daysCalendar: DaysCalendarModel, formatOptions: DatepickerFormatOptions, monthIndex: number): MonthViewModel; export declare function getWeekNumbers(daysMatrix: Date[][], format: string, locale: string): string[];