/// <reference types="react" />
import { MonthDaysProps } from '../types';
export default function MonthDays(props: MonthDaysProps): JSX.Element | null;
