import React from 'react'; declare type Props = { body?: string; }; declare const CustomHTMLBlock: React.FC; export default CustomHTMLBlock; //# sourceMappingURL=CustomHTMLBlock.d.ts.map