declare const Avatar: {
    (allProps: any): JSX.Element;
    Icon(allProps: any): JSX.Element;
    Profile(allProps: any): JSX.Element;
    Popup(props: any): JSX.Element;
};
export default Avatar;
