import { UmbLitElement } from '../../../core/lit-element/index.js'; import '../../../code-editor/index.js'; import '../../local-components/insert-menu/index.js'; export declare class UmbPartialViewWorkspaceEditorElement extends UmbLitElement { #private; private _content?; private _isNew?; /** * Whether editing is restricted. True when in production mode OR when runtime mode is still unknown. * This ensures a safe default (restricted) until we confirm the runtime mode. */ private _isRestricted; private _codeEditor?; constructor(); render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } export default UmbPartialViewWorkspaceEditorElement; declare global { interface HTMLElementTagNameMap { 'umb-partial-view-workspace-editor': UmbPartialViewWorkspaceEditorElement; } }