import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-cog-zoomed': IconCogZoomed; } } /** * The icon component for the 'cogZoomed' icon */ export declare class IconCogZoomed extends IconSvg { constructor(); } export declare const iconCogZoomedTag = "nimble-icon-cog-zoomed";