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