import { Provider } from 'react'; export declare function createStore(): { Provider: Provider; useStore: () => T; };