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