import ItemsMap from '../ItemsMap';
import type { ItemType } from '../types';
declare function useItemsChanged(menuItems: ItemType | ItemType[] | undefined, items: ItemsMap): string;
export default useItemsChanged;
