import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-layer-group': IconLayerGroup; } } /** * The icon component for the 'layerGroup' icon */ export declare class IconLayerGroup extends IconSvg { constructor(); } export declare const iconLayerGroupTag = "nimble-icon-layer-group";