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