import type { ClassAttributes, ImgHTMLAttributes } from 'react'; export type ImageAttributes = (ImgHTMLAttributes & ClassAttributes) | (ImgHTMLAttributes & ClassAttributes);