export declare function domToLinkedList(domNode: any): { type: any; node: any; next: any; kids: any[]; };