/// <reference types="react" />
export declare const Toolbar: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const AdvanceMenuItemWrap: React.ComponentClass<React.HTMLProps<HTMLSpanElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const AdvanceMenuItemAfter: React.ComponentClass<React.HTMLProps<HTMLSpanElement> & {
    theme?: any;
    innerRef?: ((instance: any) => void) | undefined;
}>;
