import { El } from "../types"; /** * Parse a string as HTML and return the body * of the parsed document, with all text nodes expanded. */ declare const _default: (content: any) => El; export default _default;