import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-up-right-from-square': IconUpRightFromSquare; } } /** * The icon component for the 'upRightFromSquare' icon */ export declare class IconUpRightFromSquare extends IconSvg { constructor(); } export declare const iconUpRightFromSquareTag = "nimble-icon-up-right-from-square";