import { ElementNode } from '../types'; export declare function copyNode(from: ElementNode): ElementNode;