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