import type { UmbBlockGridTypeColumnSpanOption } from '../../types.js'; import type { UmbPropertyEditorUiElement, UmbPropertyEditorConfigCollection } from '../../../../core/property-editor/index.js'; import { UmbLitElement } from '../../../../core/lit-element/index.js'; export declare class UmbPropertyEditorUIBlockGridColumnSpanElement extends UmbLitElement implements UmbPropertyEditorUiElement { #private; value: Array; private _columnsArray; set config(config: UmbPropertyEditorConfigCollection | undefined); render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } export default UmbPropertyEditorUIBlockGridColumnSpanElement; declare global { interface HTMLElementTagNameMap { 'umb-property-editor-ui-block-grid-column-span': UmbPropertyEditorUIBlockGridColumnSpanElement; } }