export declare function parseElementBlockParams(element: any): void;
export declare function childrenFor(node: any): any;
export declare function appendChild(parent: any, node: any): void;
