import { ElementRef, OnChanges, Renderer2 } from "@angular/core"; import * as i0 from "@angular/core"; export declare class MdlBadgeDirective implements OnChanges { private elementRef; private renderer; mdlBadgeContent: number | string | undefined; isBadge: boolean; private readonly el; constructor(elementRef: ElementRef, renderer: Renderer2); ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class MdlBadgeOverlapDirective { isOverlapping: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class MdlBadgeNoBackgroundDirective { isNoBackground: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }