import { PipeTransform } from '@angular/core'; export declare class NzHighlightPipe implements PipeTransform { private UNIQUE_WRAPPERS; transform(value: string, highlightValue: string, flags?: string, klass?: string): string | null; }