How can i add fetchpriority dom attribute in nextjs using a js file

enter image description here
Getting this error in nextjs

I have tried fetchpriority=’high’ attribute to Image of next but its still showing the warning. Also tried with data prefix with fetchpriority but still the warning is same. Also i tried to create a declare module file but that file is only supported for typescript.
Please provide a solution so that this warning should be removed from my console.This warning is effecting my performance.