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