import { FC } from 'react'; import { ImageProps } from './type'; declare const ImageComponent: FC; export default ImageComponent;