import { MaybeRef, ComputedRef } from 'vue';
import { HighlightChunk, UseHighlightProps } from './highlight.types';
import { HighlightChunk } from '@zag-js/highlight-word';
export declare const useHighlight: (props: MaybeRef<UseHighlightProps>) => ComputedRef< HighlightChunk[]>;
export type { HighlightChunk, UseHighlightProps };
