import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-arrow-out-circle': IconArrowOutCircle; } } /** * The icon component for the 'arrowOutCircle' icon */ export declare class IconArrowOutCircle extends IconSvg { constructor(); } export declare const iconArrowOutCircleTag = "nimble-icon-arrow-out-circle";