Getting type not found error while importing web3uikit icons.
import { LockReset } from "@web3uikit/icons";
Error on IDE -
Could not find a declaration file for module '@web3uikit/icons'. There are types at 'project-location/node_modules/@web3uikit/icons/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@web3uikit/icons' library may need to update its package.json or typings.
Iām using Next.js along with typescript.