import React from "react"; import type { StackflowReactPlugin } from "./StackflowReactPlugin"; import type { WithRequired } from "./utils"; interface PluginRendererProps { plugin: WithRequired, "render">; initialContext: any; } declare const PluginRenderer: React.FC; export default PluginRenderer; //# sourceMappingURL=PluginRenderer.d.ts.map