import type { Element } from './types'; export declare function parse(text: string): Element | undefined;