/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { LitElement } from "lit"; import { GraphMetadata } from "@google-labs/breadboard-schema/graph.js"; export declare class BoardDetails extends LitElement { #private; expanded: boolean; boardTitle: string | null; boardVersion: string | null; boardDescription: string | null; boardPublished: boolean | null; boardIsTool: boolean | null; boardHelp: GraphMetadata["help"] | null; active: boolean; subGraphId: string | null; static styles: import("lit").CSSResult; connectedCallback(): void; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=board-details.d.ts.map