import React from "react"; import { AvatarProps } from "./types"; declare function Avatar({ initials, size, color, imageSrc }: AvatarProps): React.JSX.Element; export default Avatar;