type Value = T | null; export declare function useReadLocalStorage(key: string): Value; export default useReadLocalStorage;