import { Dispatch, SetStateAction } from 'react'; export declare const useLocalStorage: (key: string, initialValue: T) => [storedValue: T, setValue: Dispatch>];