import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class BoldMatchesPipe implements PipeTransform {
    transform(value: string, search: string): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<BoldMatchesPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<BoldMatchesPipe, "boldMatches", false>;
}
