import * as i0 from "@angular/core"; /** * * Componente do indicador de notificações do Apolo. */ export declare class NotificationsBadgeComponent { /** * * Cor do Item do Número. (verde ou amarela) */ badgeColor: 'green' | 'yellow'; /** * * Posição do componente. (absolute ou initial) */ position: 'absolute' | 'initial'; /** * * Quantidade de Notificações. */ notificationQuantity: string | number; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }