import { FC } from 'react'; declare const ImageContent: FC<{ onClose: () => void; }>; export default ImageContent;