import { default as React } from 'react'; interface MonthGridProps { currentDate: Date; selectedMonth?: number; onMonthSelect: (monthIndex: number) => void; monthNames?: string[]; className?: string; } export declare const MonthGrid: React.FC; export {}; //# sourceMappingURL=MonthGrid.d.ts.map