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