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