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