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