export declare function useLocalStorage(itemKey: string, defaultValue?: T | ((value: unknown) => T)): [T, (next: T) => T, () => void];