import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-dot-solid-dot-stroke': IconDotSolidDotStroke; } } /** * The icon component for the 'dotSolidDotStroke' icon */ export declare class IconDotSolidDotStroke extends IconSvg { constructor(); } export declare const iconDotSolidDotStrokeTag = "nimble-icon-dot-solid-dot-stroke";