/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { InspectableRunEvent } from "@google-labs/breadboard"; import { LitElement } from "lit"; export declare class EventDetails extends LitElement { #private; event: InspectableRunEvent | null; static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=event-details.d.ts.map