import * as i0 from "@angular/core"; /** * A notification badge is a label with a numerical value or status descriptor for UI elements. * It can be used with components like IconButton to display badge count. */ export declare class NotificationBadgeComponent { containerType?: 'circle' | 'rectangle'; size?: 'sm' | 'md' | 'lg'; variant?: 'primary' | 'secondary'; count?: number; show?: boolean; /** * Flag to toggle the animation of the badge on show/hide. * * @default 'true' */ animate?: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }