import Avatar, { AvatarProps } from './avatar';
import './styles/index.scss';
export { AvatarProps };
export default Avatar;
