import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-arrow-u-right': IconArrowURight; } } /** * The icon component for the 'arrowURight' icon */ export declare class IconArrowURight extends IconSvg { constructor(); } export declare const iconArrowURightTag = "nimble-icon-arrow-u-right";