import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-sparkles-nested': IconSparklesNested; } } /** * The icon component for the 'sparklesNested' icon */ export declare class IconSparklesNested extends IconSvg { constructor(); } export declare const iconSparklesNestedTag = "nimble-icon-sparkles-nested";