/** * @license * Copyright 2026 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { type CSSResultOrNative } from 'lit'; import { Icon as IconBase } from '../../../../icon/internal/icon.js'; /** * A Material Design icon component. */ export declare class IconElement extends IconBase { static styles: CSSResultOrNative[]; connectedCallback(): void; }