export default function useLocalStorage<T>(key: string, defaultValue?: T): import("./useStorage").UseStorageOutput<T>;
