/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { InspectableRun, InspectableRunEvent, InspectableRunInputs } from "@google-labs/breadboard"; import { LitElement } from "lit"; import { Settings } from "../../types/types.js"; export declare class ActivityLog extends LitElement { #private; run: InspectableRun | null; inputsFromLastRun: InspectableRunInputs | null; events: InspectableRunEvent[] | null; eventPosition: number; logTitle: string; showExtendedInfo: boolean; settings: Settings | null; static styles: import("lit").CSSResult; protected updated(): void; connectedCallback(): void; disconnectedCallback(): void; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=activity-log.d.ts.map