import { INavbarItem } from './menu-item/navbar-item';
export declare class LabDsNavbar {
  collapsed: boolean;
  menus: Array<INavbarItem>;
  user?: {
    name: string;
    unitName: string;
  };
  logo: string;
  currentHost: Location;
  activeUrl: string;
  activeProductsV4: boolean;
  activeRedeV4: boolean;
  openProductsV4: boolean;
  openRedeV4: boolean;
  render(): any;
}
