/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { GraphDescriptor, Kit } from "@google-labs/breadboard"; import { LitElement, nothing } from "lit"; export declare class NodeSelector extends LitElement { #private; graph: GraphDescriptor | null; kits: Kit[]; filter: string | null; static styles: import("lit").CSSResult; selectSearchInput(): void; updated(): void; render(): import("lit-html").TemplateResult<1> | typeof nothing; } //# sourceMappingURL=node-selector.d.ts.map