import { InstanceMembership, ContentDistributionGroupMembership, InstanceAssignmentGroupMembership, Collaboration as CollaborationDTO } from '../../../types/openapi'; type Collaboration = Pick; type Item = Collaboration | InstanceMembership | ContentDistributionGroupMembership | InstanceAssignmentGroupMembership; interface Props { items: Item[]; maxItemsToShow?: number; hideGroupInfo?: boolean; title?: string; } declare const _default: import('vue').DefineComponent & Readonly<{}>, { maxItemsToShow: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;