import * as i0 from '@angular/core'; import { BaseComponent } from 'primeng/basecomponent'; import * as i1 from 'primeng/bind'; import { Bind } from 'primeng/bind'; import { BadgeSize, BadgeSeverity } from 'primeng/types/badge'; import { OverlayBadgePassThrough } from 'primeng/types/overlaybadge'; import { CSSProperties } from 'primeng/types/shared'; import { BaseStyle } from 'primeng/base'; 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 { componentName: string; $pcOverlayBadge: OverlayBadge | undefined; bindDirectiveInstance: Bind; /** * Class of the element. * @group Props */ styleClass: i0.InputSignal; /** * Inline style of the element. * @group Props */ style: i0.InputSignal; /** * Size of the badge, valid options are "large" and "xlarge". * @group Props */ badgeSize: i0.InputSignal; /** * Severity type of the badge. * @group Props */ severity: i0.InputSignal; /** * Value to display inside the badge. * @group Props */ value: i0.InputSignal; /** * When specified, disables the component. * @group Props */ badgeDisabled: i0.InputSignalWithTransform; _componentStyle: OverlayBadgeStyle; onAfterViewChecked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class OverlayBadgeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { OverlayBadge, OverlayBadgeModule, OverlayBadgeStyle };