import type { FC } from 'react'; import type { SerializableImageProps } from './image.types'; export declare const SerializableImage: FC; export default SerializableImage;