/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { LitElement } from "lit"; import { type Environment } from "../../contexts/environment.js"; import { type SettingsHelper } from "../../types/types.js"; import "./connection-signin.js"; /** * Input element for handling secrets provided by OAuth connections. */ export declare class ConnectionInput extends LitElement { #private; connectionId?: string; environment?: Environment; settingsHelper?: SettingsHelper; static styles: import("lit").CSSResult; render(): "" | import("lit-html").TemplateResult<1> | undefined; } //# sourceMappingURL=connection-input.d.ts.map