declare function stripHtmlTag(str: string): string;

export = stripHtmlTag;
