import { SchedulerProps } from './types'; export default function Scheduler(props: SchedulerProps): import("react/jsx-runtime").JSX.Element;