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