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