import * as React from "react"; import { AvatarProps } from "./avatar.type"; declare const Avatar: React.FunctionComponent; export { Avatar };