import React from 'react'; export declare function useLocalStorage(key: string, initialValue: T): [T, React.Dispatch | null>];