import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-circle-partial-broken': IconCirclePartialBroken; } } /** * The icon component for the 'circlePartialBroken' icon */ export declare class IconCirclePartialBroken extends IconSvg { constructor(); } export declare const iconCirclePartialBrokenTag = "nimble-icon-circle-partial-broken";