if i get it right for this issues you must install @types of the package or just manually declare module of the path that can't resolve by typescript for your problem try:
npm install @types/prop-types
in your terminal and then restart your ts server it should fix your problem