import { FC } from 'react'; import type { Image } from '../models'; export declare const ImageComp: FC;