import { FC } from 'react'; export interface TimetableProps { timeSlots?: unknown; } declare const Timetable: FC; export default Timetable;