export declare type CompositeAvatarType = 'small' | 'medium' | 'large' | 28 | 40 | 84 | 135; export declare class CompositeAvatarComponent { private className; private size; readonly _class: string; constructor(); }