/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { Schema } from "@google-labs/breadboard"; import { LitElement, PropertyValueMap } from "lit"; export declare class SchemaEditor extends LitElement { #private; nodeId: string | null; editable: boolean; schema: Schema | null; schemaVersion: number; expanded: Map; static styles: import("lit").CSSResult; connectedCallback(): void; protected willUpdate(changedProperties: PropertyValueMap<{ nodeId: string; }> | Map): void; applyPendingChanges(): boolean; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=schema-editor.d.ts.map