import { UmbLitElement } from '../../../packages/core/lit-element/index.js'; export declare class UmbBackofficeHeaderSectionsElement extends UmbLitElement { #private; private _sections; private _currentSectionAlias; private _backofficeContext?; constructor(); private _observeSections; private _observeCurrentSection; render(): import("lit-html").TemplateResult<1>; static readonly styles: import("lit").CSSResult[]; } declare global { interface HTMLElementTagNameMap { 'umb-backoffice-header-sections': UmbBackofficeHeaderSectionsElement; } }