import React from 'react'; import type { CellPluginComponentProps } from '@react-page/editor'; import type { ImageState } from '../types/state'; declare const ImageHtmlRenderer: React.FC>; export default ImageHtmlRenderer; //# sourceMappingURL=ImageHtmlRenderer.d.ts.map