import type React from "react"; import type { StackflowReactPlugin } from "../StackflowReactPlugin"; export type PluginsContextValue = Array>; export declare const PluginsContext: React.Context; interface PluginsProviderProps { children: React.ReactNode; value: PluginsContextValue; } export declare const PluginsProvider: React.FC; export {}; //# sourceMappingURL=PluginsProvider.d.ts.map