/**
 * Remove HTML tags from string.
 */
declare function stripHtmlTags(str: any): any;
export default stripHtmlTags;
