import * as React from 'react'; export declare const renderElementToJSX: (element: React.ReactNode, triggerErrorOnRenderFn?: boolean) => string;