import React from 'react'; interface ImageContainerProps { } declare const ImageContainer: React.FC; export default ImageContainer;