import '../../../../static-file/index.js'; import type { UmbPropertyEditorUiElement, UmbPropertyEditorConfigCollection } from '../../../../core/property-editor/index.js'; import { UmbLitElement } from '../../../../core/lit-element/index.js'; export declare class UmbPropertyEditorUIBlockGridLayoutStylesheetElement extends UmbLitElement implements UmbPropertyEditorUiElement { #private; private _value?; set value(value: string | Array | undefined); get value(): string | Array | undefined; set config(config: UmbPropertyEditorConfigCollection | undefined); private _limitMin; private _limitMax; private _onChange; render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } export default UmbPropertyEditorUIBlockGridLayoutStylesheetElement; declare global { interface HTMLElementTagNameMap { 'umb-property-editor-ui-block-grid-layout-stylesheet': UmbPropertyEditorUIBlockGridLayoutStylesheetElement; } }