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