import { OnDestroy, AfterViewInit, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "primeng/api"; export declare class BadgeDirective implements AfterViewInit, OnDestroy { el: ElementRef; iconPos: 'left' | 'right' | 'top' | 'bottom'; _value: string; initialized: boolean; private id; constructor(el: ElementRef); ngAfterViewInit(): void; get value(): string; set value(val: string); severity: string; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class Badge { styleClass: string; style: any; size: string; severity: string; value: string; containerClass(): { 'p-badge p-component': boolean; 'p-badge-no-gutter': boolean; 'p-badge-lg': boolean; 'p-badge-xl': boolean; 'p-badge-info': boolean; 'p-badge-success': boolean; 'p-badge-warning': boolean; 'p-badge-danger': boolean; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class BadgeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }