import { PipeTransform } from '@angular/core'; /** * Bolds the beginning of the matching string in the item */ export declare class BoldPrefix implements PipeTransform { transform(value: string, keyword: string): any; }