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