/// export interface AvatarStyles { style?: React.CSSProperties; statusStyle?: React.CSSProperties; } export declare const styles: AvatarStyles;