import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class UofxCoreDecodeURIPipe implements PipeTransform { /** * 解碼html字串 * @param {string} encodeHtml 傳入已經被編碼的html字串 * @return {*} 回傳解碼後的html字串 * @memberof UofxCoreDecodeURIPipe */ transform(encodeHtml: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }