export declare function useLocalStorage(key: string, defaultValue: string | number): any[]; export default useLocalStorage;