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