import { IStore } from "./PropsType"; export default function createStore(initialState: any): IStore;