import { Hit } from 'instantsearch.js';
export declare class NgAisHighlight {
    attribute: string;
    hit: Partial<Hit>;
    tagName: string;
    get content(): any;
}
