/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { LitElement } from "lit"; export declare class BoardEditOverlay extends LitElement { #private; boardTitle: string | null; boardVersion: string | null; boardDescription: string | null; boardPublished: boolean | null; boardIsTool: boolean | null; subGraphId: string | null; static styles: import("lit").CSSResult; protected firstUpdated(): void; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=board-edit.d.ts.map