1 declare module '@metamask/jazzicon' { 2 export default function (diameter: number, seed: number): HTMLElement 3 } 4 5 // defined by the webpack configuration 6 declare const GIT_VERSION: string