import { FunctionComponent } from 'react'; interface ScheduleProps { space: any; } declare const Schedule: FunctionComponent; export default Schedule;