export { Highlight } from './Highlight.js';
export { HandleTextSelection } from './HandleTextSelection.js';
export { SelectionRegion } from './SelectionRegion.js';
export type { TextSelection, SelectionRectangle } from './TextSelection.js';
