import { FC } from 'react'; import { IAnnotation } from '../types'; interface TextHighlightProps { annotation: IAnnotation; } export declare const TextHighlight: FC; export {};