import React from 'react'; import { type Text as RNText } from 'react-native'; import type { HighlightProps } from './types'; export declare const Highlight: React.ForwardRefExoticComponent>; export default Highlight;