export declare function createNavbar(
  editable: boolean | null,
  brandTitle?: string,
  showAttributeTab?: boolean
): HTMLElement;
