import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-block-with-ribbon': IconBlockWithRibbon; } } /** * The icon component for the 'blockWithRibbon' icon */ export declare class IconBlockWithRibbon extends IconSvg { constructor(); } export declare const iconBlockWithRibbonTag = "nimble-icon-block-with-ribbon";