import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-arrow-right-two-rectangles': IconArrowRightTwoRectangles; } } /** * The icon component for the 'arrowRightTwoRectangles' icon */ export declare class IconArrowRightTwoRectangles extends IconSvg { constructor(); } export declare const iconArrowRightTwoRectanglesTag = "nimble-icon-arrow-right-two-rectangles";