import React from 'react'; import { IWeekProps } from '../interfaces'; export declare const Week: React.FunctionComponent;