import * as React from "react"; export default function highlightQuery(text: string, query: string, style?: React.CSSProperties, ...others: any[]): JSX.Element;