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