import { VNode } from './VNode';
export declare function createVNode(mayBeTextNode: any, name: any, props?: any, children?: VNode[]): VNode;
