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