/**
* Strips the HTML and returns only the text content
* @param {string} htmlValue The HTML content from which to return the text
* @return {string} the text content of passed html
* @since 1.1.0
*/
export default function stripHtml(htmlValue: string): string;
//# sourceMappingURL=stripHTML.d.ts.map