import { AnnotationsMap } from "mobx"; export declare function useLocalObservable>(initializer: () => TStore, annotations?: AnnotationsMap): TStore;