import React from "react"; declare const tryRenderingPlugin: (fn: () => React.ReactNode) => React.ReactNode; export default tryRenderingPlugin;