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