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