export function useCachedItemInstanceName(itemInstance: any, { namePath }?: { namePath?: string; }): { name: import("vue").Ref; };