import { SupportedLocale } from "../types/locales.js"; export declare class CalendarUtils { static isSameDay(date1: Date, date2: Date): boolean; static formatDate(date: Date): string; static getDateLocale(locale: SupportedLocale): string; static isDateDisabled(date: Date, disabled: boolean, minDate: string, maxDate: string, disabledDates?: string[]): boolean; } //# sourceMappingURL=calendar.d.ts.map