import { default as Avatar } from './Avatar';
import * as CONSTANTS from './Avatar.constants';

import { Props, PresenceType } from './Avatar.types';

export { CONSTANTS as AVATAR_CONSTANTS, PresenceType };
export type AvatarProps = Props;

export default Avatar;
