import { ElementVNode } from './';
export declare function elementToVNode<T extends Element>(element: T): ElementVNode<T>;
