/** @jsxRuntime classic */ /** @jsx jsx */ import { FC } from 'react'; import { IWeekBoxProps } from '../../types'; export declare const WeekBox: FC;