/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { LitElement, PropertyValueMap } from "lit"; import { GraphDescriptor, GraphProvider } from "@google-labs/breadboard"; export declare class SaveAsOverlay extends LitElement { #private; panelTitle: string; graph: GraphDescriptor | null; boardFileName: string | null; providers: GraphProvider[]; selectedProvider: string; selectedLocation: string; providerOps: number; isNewBoard: boolean; static styles: import("lit").CSSResult; protected willUpdate(changedProperties: PropertyValueMap<{ providers: GraphProvider[]; }> | Map): void; protected firstUpdated(): void; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=save-as.d.ts.map