import React from 'react'; /** * Inteligent user Avatar element * * - Loads a Gravatar based on the email if one exists * - Falls back to a text avatar while loading and when a Gravatar does not exist * - Automatically chooses image size based on size prop and device pixel density (and updates if device pixel density changes) */ declare const UserAvatar: (props: any) => React.JSX.Element; export default UserAvatar; //# sourceMappingURL=UserAvatar.d.ts.map