/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { LitElement } from "lit"; import { Settings } from "../../types/types.js"; export declare class FirstRunOverlay extends LitElement { #private; settings: Settings | null; boardServerUrl: string | null; static styles: import("lit").CSSResult; protected firstUpdated(): void; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=first-run.d.ts.map