import React from 'react';
import { KendoComponent } from '../_types/component';
export declare const SchedulerTable: KendoComponent<React.HTMLAttributes<HTMLTableElement>>;
