import type { DPCalendarConfig } from '../types'; export declare const getCalendarMonthParams: (month: number, year: number, { mode, startDay }: DPCalendarConfig) => { start: number; length: number; }; //# sourceMappingURL=get-calendar-month-params.d.ts.map