import { ActionCreatorsMapObject } from 'redux'; import { Store } from '../../store'; import type { ApiConfigWithRouter, GetApi } from '../../features/utilities/types'; export default function withStatelessFeature(key: keyof Store, actions?: Actions, getApi?: GetApi): (WrappedComponent: import("react").ComponentType) => import("react").ComponentType>;