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