import { ProppyFactory } from './types'; export declare function withReducer(stateName: any, dispatcherName: any, reducer: any, initialState: any): ProppyFactory;