/** * @license * Copyright 2022 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { LitElement } from 'lit'; /** * An icon element. */ export declare class Icon extends LitElement { protected render(): import("lit-html").TemplateResult<1>; connectedCallback(): void; }