import * as React from 'react';
export interface Props {
    text: string;
    query?: string[];
}
export declare const Highlight: React.FC<Props>;
