import { IDayPresentation } from '../datepicker.types.js'; export declare const getMonthDetails: (year: number, month: number, days: string[]) => IDayPresentation[]; //# sourceMappingURL=month.helper.d.ts.map