export { AgentPresenceChip, type AgentPresenceChipProps, } from "./AgentPresenceChip.js"; export { AGENT_CLIENT_ID, DEFAULT_AGENT_IDENTITY, type AgentIdentity, } from "./agent-identity.js"; export { LiveCursorOverlay, type CursorMapFn, type LiveCursorOverlayProps, } from "./LiveCursorOverlay.js"; export { PresenceBar, type PresenceBarProps } from "./PresenceBar.js"; export { isReconcileLeadClient } from "./lead-client.js"; export { RecentEditHighlights, type RecentEditHighlightsProps, } from "./RecentEditHighlights.js"; export { RemoteSelectionRings, type RemoteSelectionRingsProps, type SelectionDescriptor, } from "./RemoteSelectionRings.js"; export { RECENT_EDITS_MAX, RECENT_EDIT_TTL_MS, dedupeCollabUsersByEmail, emailToColor, emailToName, type AttributedRecentEdit, type CollabUser, type NormalizedPoint, type OtherPresence, type PresencePayload, type RecentEdit, type RecentEditDescriptor, } from "./types.js";