declare module '@download/blockies' { export const createIcon: any export default createIcon } declare module '*.svg' { const content: any export const ReactComponent: any export default content } declare global { interface Window { ethereum?: any } }