declare const useLocalStorageState: (key: string, options?: import("../createUseStorageState").Options) => readonly [T | undefined, (value?: import("../createUseStorageState").SetState | undefined) => void]; export default useLocalStorageState;