/** * serialize a node by creating a clone with static styling that can be * used stand-alone (intended for svg, but could apply generically). */ export declare const SerializeHTML: (node: Element) => Node;