import { ElementVNode, VNode } from '../';
export declare function updateElement(formerVNode: VNode, vNode: VNode): ElementVNode;
