import { HighlightWordProps, HighlightChunk } from './types.js';

declare const highlightWord: (props: HighlightWordProps) => HighlightChunk[];

export { highlightWord };
