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