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