/** * This will remove html tags from string in a format of * , , , ,
,
*/ export declare function removeHtmlTags(str: string): string; //# sourceMappingURL=removeHtmlTags.d.ts.map