/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { LitElement } from "lit"; import { LLMContent } from "../../../types/types.js"; export declare class AudioInput extends LitElement { #private; audio: string | null; recording: boolean; static styles: import("lit").CSSResult; get value(): LLMContent; render(): import("lit-html").TemplateResult<1> | undefined; } //# sourceMappingURL=audio.d.ts.map