export default function useLocalStorage(key: string): readonly [string | null, (data: string) => void, () => void];
