import React from 'react'; import { SxProps, Theme } from '@mui/material'; interface ImageModalProps { src: string; alt: string; sx?: SxProps; } declare const Image: React.FC; export default Image; //# sourceMappingURL=Image.d.ts.map