import { LitElement } from '../../../../external/lit/index.js'; /** * @element umb-footer-layout * @description * @slot default - Slot footer items * @slot actions - Slot actions * @class UmbFooterLayout * @augments {UmbLitElement} */ export declare class UmbFooterLayoutElement extends LitElement { render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } declare global { interface HTMLElementTagNameMap { 'umb-footer-layout': UmbFooterLayoutElement; } }