import { ChangeDetectorRef, OnChanges, OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class BaseBadgeDirective implements OnChanges, OnInit { protected readonly cdr: ChangeDetectorRef; size: 'sm' | 'md' | 'lg'; mode: 'success' | 'default' | 'danger' | string; get _size(): "sm" | "md" | "lg"; get _mode(): string; constructor(cdr: ChangeDetectorRef); ngOnInit(): void; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }