import React from 'react';
import type { Menu } from './menu';
import type { MenuFactory } from './menu';
export interface MenuBarRenderProps {
    data?: any[];
    menuPath: any;
    factory?: MenuFactory;
    menu?: Menu;
}
export declare const MenuBarRender: React.NamedExoticComponent<MenuBarRenderProps>;
//# sourceMappingURL=menu-bar-render.d.ts.map