import React from 'react'; import { IDayProps } from '../interfaces'; export declare const Day: React.FunctionComponent; export default Day;