import Context from './context/Context'; import { Action } from './types'; declare function withProps>(action: Action, props: P): Action; export default withProps; //# sourceMappingURL=withProps.d.ts.map