import React from 'react'; import { MonthHeaderProps } from './Month.types'; declare function MonthHeader(props: MonthHeaderProps): React.JSX.Element; export default MonthHeader;