/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { EditHistoryEntry } from "@google-labs/breadboard"; import { LitElement, nothing } from "lit"; export declare class GraphHistory extends LitElement { entries: EditHistoryEntry[] | null; count: number; canRedo: boolean; canUndo: boolean; idx: number; static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1> | typeof nothing; } //# sourceMappingURL=graph-history.d.ts.map