declare const gravatar: (email: string) => string;
export default gravatar;
