import { UmbBlockRteEntryElement } from './block-rte-entry.element.js'; /** * Implementation for the inline component, inherited code from the umb-rte-block element. * @element umb-rte-block-inline */ export declare class UmbBlockRteEntryInlineElement extends UmbBlockRteEntryElement { static styles: import("lit").CSSResult[]; } export default UmbBlockRteEntryInlineElement; declare global { interface HTMLElementTagNameMap { 'umb-rte-block-inline': UmbBlockRteEntryInlineElement; } }