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