import { KendoToolbarProps } from '../toolbar';
import { KendoComponent } from '../_types/component';
export type KendoSchedulerToolbarProps = KendoToolbarProps & {
    footer?: boolean;
};
export declare const SchedulerToolbar: KendoComponent<KendoSchedulerToolbarProps & React.HTMLAttributes<HTMLDivElement>>;
