export { MonacoPresence } from './MonacoPresence'; export type { MonacoPresenceOpts, StrRef } from './MonacoPresence'; export { CursorManager, renderCursor, renderSelection, positionLabel } from './view'; export type { PresenceUser, CursorRenderer, CursorRenderOpts, SelectionRenderer, LabelSide } from './view'; //# sourceMappingURL=index.d.ts.map