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