import { Dispatch, SetStateAction } from 'react'; declare function useLocalStorageState(key: string, initialValue: T): [T, Dispatch>]; export { useLocalStorageState };