import { UmbLitElement } from '../../../../core/lit-element/index.js'; /** * @element umb-unsupported-rte-block */ export declare class UmbUnsupportedRteBlockElement extends UmbLitElement { render(): import("lit-html").TemplateResult<1>; static readonly styles: import("lit").CSSResult[]; } export default UmbUnsupportedRteBlockElement; declare global { interface HTMLElementTagNameMap { 'umb-unsupported-rte-block': UmbUnsupportedRteBlockElement; } }