/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { LitElement } from "lit"; import { type Environment } from "../../contexts/environment.js"; import type { CustomSettingsElement } from "../../types/types.js"; import "./connection-signin.js"; /** * Custom settings panel for signing in and out of connections to third party * apps/services. */ export declare class ConnectionSettings extends LitElement implements CustomSettingsElement { #private; environment?: Environment; static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1> | undefined; } //# sourceMappingURL=connection-settings.d.ts.map