import type { Dispatch, SetStateAction } from 'react'; export declare function useLocalStorage(key: string, defaultState: T): [T, Dispatch>]; //# sourceMappingURL=useLocalStorage.d.ts.map