import * as i0 from "@angular/core"; export type ModernBadgePosition = 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight'; export declare class ModernParticipantsCounterBadgeComponent { participantsCount: number; position: ModernBadgePosition; showBadge: boolean; backgroundColor?: string; textColor?: string; isDarkMode: boolean; customStyle: Record; readonly faUsers: import("@fortawesome/fontawesome-common-types").IconDefinition; get containerStyle(): Record; get badgeStyle(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }