import { DateRawObject, IDayInfo, IDayPresentation } from '../datepicker.types.js'; export declare const getDayDetails: ({ dayIndex, month, year, numberOfDays, firstDay, days }: IDayInfo) => IDayPresentation; export declare const getNumberOfDays: (year: number, month: number) => number; export declare const todayIsTheDay: (day: IDayPresentation, dateRawObject: DateRawObject, isRange: boolean) => boolean; //# sourceMappingURL=day.helper.d.ts.map