import { Avatar } from './avatar';
export type { WebAvatarProps as AvatarProps } from "../../types";
export default Avatar;
