import * as i0 from '@angular/core'; import { ElementRef } from '@angular/core'; declare class BadgeDirective { protected ref: ElementRef; badge: HTMLDivElement; show: i0.InputSignal; constructor(ref: ElementRef); protected set(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export { BadgeDirective };