/// <reference types="react" />
import { HoursProps } from '../types';
export default function Hours(props: HoursProps): JSX.Element;
