export declare class HTMLUtils {
    static outputPlainText(html: string | null | undefined): string | null;
}
