interface HighlightQueryProps { text: string; query: string; queryClassName?: string; } export declare const HighlightQueryValue: ({ text, query, queryClassName, }: HighlightQueryProps) => import("react").JSX.Element; export {};