///
export declare const getItem: (key: string, defaultValue?: any) => any;
export declare const setItem: (key: string, value: any) => void;
export declare const useLocalStorage: (key: string, defaultValue?: T | null) => (T | import("react").Dispatch> | null)[];
//# sourceMappingURL=useLocalStorage.d.ts.map