import { UmbLitElement } from '../../../packages/core/lit-element/index.js'; /** * The backoffice header logo element. * @cssprop --umb-header-logo-display - The display property of the header logo. * @cssprop --umb-header-logo-margin - The margin of the header logo. * @cssprop --umb-header-logo-width - The width of the header logo. * @cssprop --umb-header-logo-height - The height of the header logo. * @cssprop --umb-logo-display - The display property of the logo. * @cssprop --umb-logo-width - The width of the logo. * @cssprop --umb-logo-height - The height of the logo. */ export declare class UmbBackofficeHeaderLogoElement extends UmbLitElement { #private; private _version?; constructor(); render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } declare global { interface HTMLElementTagNameMap { 'umb-backoffice-header-logo': UmbBackofficeHeaderLogoElement; } }