import { PipeTransform } from '@angular/core'; export declare class NgxExcelNl2BrPipe implements PipeTransform { transform(html: string): any; }