export { default as Avatar } from './avatar';
export { Avatar as StyledAvatar, Initials as StyledInitials, Root as StyledRoot, } from './styled-components';
export * from './types';
