export { default as Highlight, type HighlightProps } from './highlight.vue'; export { useHighlight, type HighlightChunk, type UseHighlightProps } from './use-highlight';