import type React from 'react';
import type { PropsWithChildren } from 'react';
export declare const TextHighlight: React.FC<PropsWithChildren>;
