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