import React from 'react'; import { MonthsGridProps } from './types'; declare const MonthsGrid: React.FC; export default MonthsGrid;