import { AriaAttributes, DOMAttributes } from 'react'; declare module 'react' { interface HTMLAttributes extends AriaAttributes, DOMAttributes { fetchpriority?: 'high' | 'low' | 'auto'; } }