/// <reference types="react" />
export declare const ProdoProvider: import("react").ProviderExoticComponent<import("react").ProviderProps<import("./types").Store<any, any>>>;
export { action } from "./action";
export { connect, createUniverseWatcher, ProdoContext } from "./connect";
export { createModel } from "./model";
export { Comp, PluginDispatch, Provider, Store } from "./types";
export { ProdoPlugin, createPlugin, PluginActionCreator, PluginInitFn, PluginViewCtx, PluginActionCtx, PluginViewCtxFn, PluginActionCtxFn, PluginOnCompleteEventFn, PluginAction, mkUserAction, } from "./plugins";
//# sourceMappingURL=index.d.ts.map