import { PipeTransform } from '@angular/core';
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
import * as i0 from "@angular/core";
export declare class SanitizedHtmlPipe implements PipeTransform {
    private readonly sanitizer;
    constructor(sanitizer: DomSanitizer);
    transform(value: string | undefined): SafeHtml | undefined;
    static ɵfac: i0.ɵɵFactoryDeclaration<SanitizedHtmlPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<SanitizedHtmlPipe, "sanitizedHtml", false>;
}
