import { KendoToolbarProps } from '../toolbar';
export type KendoSchedulerToolbarProps = KendoToolbarProps & {
    footer?: boolean;
};
export declare const SchedulerToolbar: (props: KendoSchedulerToolbarProps & React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
