export default Highlighter; declare class Highlighter extends React.PureComponent { static propTypes: { /** Applied as data-hook HTML attribute that can be used in the tests */ dataHook: PropTypes.Requireable; /** match to highlight */ match: PropTypes.Requireable; /** style of highlight */ emphasize: PropTypes.Requireable; }; constructor(props: any); nextChildKey: () => string; render(): React.JSX.Element; } declare namespace Highlighter { let displayName: string; } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=Highlighter.d.ts.map