/// /** * The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon. * Chakra UI exports 3 avatar-related components: * Avatar: The image that represents the user. * AvatarBadge: A wrapper that displays its content on the right corner of the avatar. * AvatarGroup: A wrapper to stack multiple Avatars together. * See docs here: https://chakra-ui.com/docs/media-and-icons/avatar */ export declare function Avatar({ ...props }: any): JSX.Element; export declare function AvatarBadge({ ...props }: any): JSX.Element; export declare function AvatarGroup({ ...props }: any): JSX.Element; //# sourceMappingURL=Avatar.d.ts.map