export default function useLocalStorage(key: string, initialValue: string): [string, (value: Function | string) => void];
