import type { JSX } from 'react';
export declare function searchHighlight(text: string | string[]): JSX.Element | string;
