import { IconDefinition } from '@fortawesome/fontawesome-svg-core'; import * as i0 from "@angular/core"; export declare class ControlIconBadgeWidgetComponent { icon: IconDefinition; iconColor: string; badgeValue: number | string; showBadge: boolean; get normalizedBadgeValue(): string; get isDotBadge(): boolean; get shouldRenderBadge(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }