/** Creates a deep clone of an element. */ export declare function deepCloneNode(node: HTMLElement): HTMLElement;