export declare class NgAisHighlight { attribute: string; hit: { _highlightResult?: {}; label?: string; highlighted?: string; }; tagName: string; cx: (element?: string, subElement?: string) => string; get content(): any; replaceWithTagName(value: string): string; }