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