import React from 'react'; import { DayProps } from './types'; declare const Day: (props: DayProps) => React.JSX.Element; export default Day;