My previous import path was this before in which I was getting the same error like yours:
import { Picker } from "emoji-mart";
which I have updated to this and I got rid of that error:
import Picker from "@emoji-mart/react";