import { type MemoizedFn } from 'memoize-one'; import type { IntlShape } from 'react-intl'; import type { AvatarProps } from '@atlaskit/avatar-group/types'; import type { CollabParticipant } from '@atlaskit/editor-common/collab'; import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types'; import type { AvatarGroupPlugin } from '../avatarGroupPluginType'; declare const _default_1: MemoizedFn<(participant: CollabParticipant, api: ExtractInjectionAPI | undefined, formatMessage: IntlShape['formatMessage'], participants: CollabParticipant[], userNamesById?: Record) => AvatarProps>; export default _default_1;