import React from "react";
import { ReactNodeViewProps } from "./ReactNodeView";
export declare const ImageComponent: React.FC<ReactNodeViewProps>;
