import { UmbLitElement } from '../../core/lit-element/index.js'; export declare class UmbDictionaryWorkspaceEditorElement extends UmbLitElement { render(): import("lit-html").TemplateResult<1>; } export default UmbDictionaryWorkspaceEditorElement; declare global { interface HTMLElementTagNameMap { 'umb-dictionary-workspace-editor': UmbDictionaryWorkspaceEditorElement; } }