export const useAvatarGroupPopoverContextValues_unstable = (state)=>{ const avatarGroup = { isOverflow: true, size: 24 }; return { avatarGroup }; };