/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { LitElement } from "lit"; import { LLMContent } from "../../../types/types.js"; export declare class WebcamInput extends LitElement { #private; type: string; error: string; static styles: import("lit").CSSResult; constructor(); connectedCallback(): void; get value(): LLMContent; disconnectedCallback(): void; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=webcam.d.ts.map