import type { TextHighlightProps } from './types';
export declare function TextHighlight(props: TextHighlightProps): import("react").JSX.Element;
export declare namespace TextHighlight {
    var displayName: string;
}
export default TextHighlight;
//# sourceMappingURL=index.d.ts.map