import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-check': IconCheck; } } /** * The icon component for the 'check' icon */ export declare class IconCheck extends IconSvg { constructor(); } export declare const iconCheckTag = "nimble-icon-check";