import { SetStateAction, Dispatch } from "react"; export declare function useLocalStorage(key: string, initialValue: T): [T, Dispatch>];