import { SxProps, Theme } from "@mui/material"; export interface ImageProps { src: string; sx?: SxProps; alt?: string; asyncLoading?: boolean; [X: string]: any; }