/// export declare const useLocalStorage: (key: string, defaultValue: T) => readonly [T, import("react").Dispatch>];