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