import { KendoToolbarProps } from '../toolbar';
export declare const MEDIAPLAYERTOOLBAR_CLASSNAME = "k-mediaplayer-toolbar";
export type KendoMediaPlayerToolbarProps = {
    toolbarItems?: React.JSX.Element | React.JSX.Element[];
};
export declare const MediaPlayerToolbar: {
    (props: KendoToolbarProps & KendoMediaPlayerToolbarProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
    states: any[];
    options: {};
    className: string;
    defaultOptions: {
        toolbarItems: import("react/jsx-runtime").JSX.Element[];
    };
};
export default MediaPlayerToolbar;
