export declare function useStateWithLocalStorage(localStorageKey: any, key?: string): any[]; export declare function getLocalStorage(localStorageKey: any, isJson?: boolean): any; export declare function storeData(localStorageKey: any, value: any): void; export declare function getValue(object: any, keyPath: any, defaultValue?: any): any; //# sourceMappingURL=LocalStorage.d.ts.map