declare module "jdenticon" {
  export function toSvg(hashOrValue: string, size?: number): string;
}
