import Avatar from './Avatar';
import AvatarGroup from './AvatarGroup';

export {Avatar, AvatarGroup};
export * from './types';
