import { UmbLitElement } from '../../../../core/lit-element/index.js'; import type { UmbBlockDataType } from '../../../block/index.js'; import '../../../../ufm/index.js'; import type { UmbBlockEditorCustomViewConfiguration } from '../../../block-custom-view/index.js'; export declare class UmbRefSingleBlockElement extends UmbLitElement { label?: string; icon?: string; unpublished?: boolean; content?: UmbBlockDataType; settings?: UmbBlockDataType; config?: UmbBlockEditorCustomViewConfiguration; render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } export default UmbRefSingleBlockElement; declare global { interface HTMLElementTagNameMap { 'umb-ref-single-block': UmbRefSingleBlockElement; } }