/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ import { LitElement } from 'lit'; /** * An absolutely positioned scrim with a floating message. */ export declare class PlaygroundInternalOverlay extends LitElement { static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'playground-internal-overlay': PlaygroundInternalOverlay; } } //# sourceMappingURL=overlay.d.ts.map