import { PipeTransform } from '@angular/core';
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
import * as i0 from "@angular/core";
export declare class NgxHelperMultiLinePipe implements PipeTransform {
    private readonly domSanitizer;
    constructor(domSanitizer: DomSanitizer);
    transform(value?: string | null, options?: {
        html?: boolean;
    }): string | SafeHtml;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxHelperMultiLinePipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<NgxHelperMultiLinePipe, "ngxHelperMultiLine", true>;
}
