import React from "react";
import { IAvatar } from "../../models/IAvatar";
declare const Avatar: React.FC<IAvatar>;
export default Avatar;
