export declare function useLocalStorage(key: string, defaultState: T): [T, (newValue: T) => void]; //# sourceMappingURL=useLocalStorage.d.ts.map