Accidently overwrote Camara Monobehaviour

I wasn’t thinking and I created a script to control the camera, and I named it “Camera.cs”. Now every script that references the default camera Monobehaviour throws the following error:

error CS0119: Expression denotes a type', where a variable’, value' or method group’ was expected

Is there a way to restore the original Camera Monobehaviour?

Rename the Camera.cs script AND class name to something else. Make sure that they are the same