/// <reference types="react" />
export interface ScheduleGridProps {
}
export default function ScheduleGrid(props: ScheduleGridProps): JSX.Element;
