import { FunctionComponent } from 'react';
import { TextSelection } from './TextSelection';
interface HighlightProps {
    textSelection: TextSelection;
    color?: string;
}
declare const Highlight: FunctionComponent<HighlightProps>;
export { Highlight };
//# sourceMappingURL=Highlight.d.ts.map