export declare function getElByAttr(list: Element[], key: string): Element | undefined; export declare function isSimpleEl(children: Element[]): boolean; export declare function getNodeXPath(node: Element, curPath?: string): string; //# sourceMappingURL=element.d.ts.map