export declare const ImageComponent: ({ src, caption, nodeKey, }: { src?: string; caption?: string; nodeKey: string; }) => import("react/jsx-runtime").JSX.Element;