/**
* Removes any HTML tags from the provided string.
*
* @param {string} html The string containing html.
*
* @return {string} The text content with any html removed.
*/
export defaultfunctionstripHTML(html: string): string;
//# sourceMappingURL=strip-html.d.ts.map