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