import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-outward-squares-three': IconOutwardSquaresThree; } } /** * The icon component for the 'outwardSquaresThree' icon */ export declare class IconOutwardSquaresThree extends IconSvg { constructor(); } export declare const iconOutwardSquaresThreeTag = "nimble-icon-outward-squares-three";