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