/// <reference types="react" />import { IAvatar } from'./IAvatar';
/**
* The Avatar to show a thumbnail representation of an individual or business in the interface
*/
declare functionAvatar({ size, isActive, imageUrl, className }: IAvatar): JSX.Element;
exportdefaultAvatar;