Can we prevent '.webp' type image upload when using built-in Image component

Can we prevent ‘.webp’ type image upload when using built-in Image component?
or there is no workaround for this, i.e we have to implement our own override custom component.

There is no way to restrict file types for the provided Image component in Builder. You could use custom components to prevent webp files, check out the following docs on custom components: