import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-pot-with-lid': IconPotWithLid; } } /** * The icon component for the 'potWithLid' icon */ export declare class IconPotWithLid extends IconSvg { constructor(); } export declare const iconPotWithLidTag = "nimble-icon-pot-with-lid";