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