declare const rootReducer: import('redux').Reducer<{ swatches: import('../../features/swatches/model/types').ISwatchesSlice; cart: import('../../features/Cart/model/types').CartState; multiProductCart: import('../../features/MultiProduct/model/types').IMultiProductState; }, import('redux').UnknownAction, Partial<{ swatches: import('../../features/swatches/model/types').ISwatchesSlice | undefined; cart: import('../../features/Cart/model/types').CartState | undefined; multiProductCart: import('../../features/MultiProduct/model/types').IMultiProductState | undefined; }>>; export type RootState = ReturnType; export default rootReducer;