import { BaseComponent } from 'primeng/basecomponent'; import * as i1 from 'primeng/bind'; import { Bind } from 'primeng/bind'; import { OverlayBadgePassThrough } from 'primeng/types/overlaybadge'; import { BaseStyle } from 'primeng/base'; import * as i0 from '@angular/core'; import * as i2 from 'primeng/api'; declare class OverlayBadgeStyle extends BaseStyle { name: string; style: string; classes: { root: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } /** * OverlayPanel is a container component positioned as connected to its target. * @group Components */ declare class OverlayBadge extends BaseComponent { $pcOverlayBadge: OverlayBadge | undefined; bindDirectiveInstance: Bind; /** * Class of the element. * @group Props */ styleClass: string | undefined; /** * Inline style of the element. * @group Props */ style: { [klass: string]: any; } | null | undefined; /** * Size of the badge, valid options are "large" and "xlarge". * @group Props */ badgeSize: 'small' | 'large' | 'xlarge' | null | undefined; /** * Severity type of the badge. * @group Props */ severity: 'secondary' | 'info' | 'success' | 'warn' | 'danger' | 'contrast' | null | undefined; /** * Value to display inside the badge. * @group Props */ value: string | number | null | undefined; /** * When specified, disables the component. * @group Props */ badgeDisabled: boolean; /** * Size of the badge, valid options are "large" and "xlarge". * @group Props * @deprecated use badgeSize instead. */ set size(value: 'large' | 'xlarge' | 'small' | undefined | null); get size(): "large" | "xlarge" | "small" | undefined | null; _size: 'large' | 'xlarge' | 'small' | undefined | null; onAfterViewChecked(): void; _componentStyle: OverlayBadgeStyle; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_badgeDisabled: unknown; } declare class OverlayBadgeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { OverlayBadge, OverlayBadgeModule, OverlayBadgeStyle };