/**
 * @license
 * Copyright ASW (A Software World) All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file
 */
import { PipeTransform } from '@angular/core';
import { DomSanitizer } from '@angular/platform-browser';
import * as i0 from "@angular/core";
export declare class AswSafeHtmlPipe implements PipeTransform {
    private sanitized;
    constructor(sanitized: DomSanitizer);
    transform(value: any): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<AswSafeHtmlPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<AswSafeHtmlPipe, "aswSafeHtml", false>;
}
