import { KendoComponent } from '../_types/component';
export declare const SchedulerBody: KendoComponent<React.HTMLAttributes<HTMLDivElement> & {
    as: 'div';
} | React.HTMLAttributes<HTMLTableRowElement> & {
    as: 'tr';
}>;
