import { MonthCell } from '../types'; export declare function buildMonthGrid(year: number, monthIndex: number): MonthCell[]; //# sourceMappingURL=calendar-grid.d.ts.map