import type { DOMNode } from '../types';

export default function HTMLDOMParser(html: string): DOMNode[];
