import { IdenticonOptions } from 'identicon.js';

declare const getAvatar: (obj: any, opts: IdenticonOptions) => string;
export default getAvatar;
