import * as i0 from "@angular/core"; export type AvatarSize = 'sm' | 'md' | 'lg'; export declare class AvatarComponent { src: string | null; name: string; size: AvatarSize; status: 'online' | 'away' | 'offline' | ''; get initials(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }