import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-window-code': IconWindowCode; } } /** * The icon component for the 'windowCode' icon */ export declare class IconWindowCode extends IconSvg { constructor(); } export declare const iconWindowCodeTag = "nimble-icon-window-code";