export function getCalendarDays(month: any, year: any, selectedDay: any, minDate?: null, maxDate?: null, weekStart?: number): any[];
export function getWeekDayNames(locale: any, weekStart: any): string[];
export function formatMonth(month: any, monthFormat: any, locale: any): string;
export function formatDate(date: any, dateFormat: any, locale: any): string;
export function calculateNextFocusDate(currentDate: any): number;
export function calculatePrevFocusDate(currentDate: any): number;
//# sourceMappingURL=utils.d.ts.map