import { default as React } from 'react'; export declare function highlightMatches(text: string, query: string): React.ReactNode;