export * from './api.ts'; import { HTMLElement } from './dom.ts'; export default function parse(str: string): HTMLElement;