import { FC } from 'react';
import { TDayCell } from '../../utils/types';
declare const DayCell: FC<TDayCell>;
export default DayCell;
