import { HtmlToDivOpts } from './htmlToDiv'; export default function htmlToNodes(html: string, opts?: HtmlToDivOpts): Array;