/** * @license * Copyright 2025-2026 Open Home Foundation * SPDX-License-Identifier: Apache-2.0 */ import { CSSResultGroup, LitElement, SVGTemplateResult } from "lit"; export declare class HaSvgIcon extends LitElement { path?: string; secondaryPath?: string; viewBox?: string; protected render(): SVGTemplateResult; static get styles(): CSSResultGroup; } declare global { interface HTMLElementTagNameMap { "ha-svg-icon": HaSvgIcon; } } //# sourceMappingURL=ha-svg-icon.d.ts.map