import * as i0 from '@angular/core'; type AvatarSize = 'sm' | 'md' | 'lg' | 'xl' | 'xxl'; interface AvatarUser { name: string; img?: string; } declare class MxAvatarGroupComponent { users: AvatarUser[]; get precedingUsers(): AvatarUser[]; get avatarContent(): string; class: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class MxAvatarProfileComponent { userName: string; userInfo?: string; userImg?: string; avatarSize: 'sm' | 'md'; showInfo: boolean; showAvatar: boolean; class: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_showInfo: unknown; static ngAcceptInputType_showAvatar: unknown; } declare class MxAvatarComponent { size: AvatarSize; img: string | undefined; name: string; get acronym(): string; class: string; get isSizeSm(): boolean; get isSizeMd(): boolean; get isSizeLg(): boolean; get isSizeXl(): boolean; get isSizeXxl(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { MxAvatarComponent, MxAvatarGroupComponent, MxAvatarProfileComponent }; export type { AvatarSize, AvatarUser };