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