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