import React from 'react'; import type { NodeViewRendererProps } from 'ricos-types'; declare const Html: ({ node, nodeIndex, NodeViewContainer }: NodeViewRendererProps) => React.JSX.Element; export default Html; //# sourceMappingURL=html.d.ts.map