export declare function nodeAttrsToObject(node: any): {}; export declare function nodeStyleToObject(node: any): {}; export declare function nodeStyleAndAttrs(el: any): { attrs: {}; style: {}; };