import { UmbLitElement } from '../../../../core/lit-element/index.js'; import type { UmbPropertyEditorConfigCollection, UmbPropertyEditorUiElement } from '../../../../core/property-editor/index.js'; export declare class UmbPropertyEditorUIStylesheetPickerElement extends UmbLitElement implements UmbPropertyEditorUiElement { #private; set value(value: Array); get value(): Array; config?: UmbPropertyEditorConfigCollection; render(): import("lit-html").TemplateResult<1>; } export default UmbPropertyEditorUIStylesheetPickerElement; declare global { interface HTMLElementTagNameMap { 'umb-property-editor-ui-stylesheet-picker': UmbPropertyEditorUIStylesheetPickerElement; } }