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