import React from 'react'; export type { MonthGridProps } from 'react-day-picker'; export declare const MonthGrid: (props: React.TableHTMLAttributes) => React.JSX.Element;