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