/** A simple removal of html tags, not 100% safe for example can fail with malformed HTML */ export default function stripHTML(html: string): string; //# sourceMappingURL=strip-html.d.ts.map