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; //# sourceMappingURL=menu-bar-render.d.ts.map