import { Store } from '@reduxjs/toolkit'; import { FC } from 'react'; export declare const ReduxProvider: FC<{ store: Store; }>;