export declare const TextHighlighter: ({ text, highlight }: {
    text: any;
    highlight?: string | undefined;
}) => any;
