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