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