export default function useLocalStorage(key: any, defaultValue: any): (((updater: any) => void) | undefined)[];
