import { Element } from "@xmldom/xmldom"; import { EL } from "."; export declare const elementToEL: (el: Element | HTMLElement) => EL; export declare const xmlToEL: (xml: string) => EL; export default xmlToEL;